input{
    -webkit-appearance: none;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #888888;
    padding: 0px !important;
    background-color: transparent;
}
.txthelptext{
    width: 100%;
    text-align: center;
    border-style: none;
    font-size:  13px;
    font-weight: bold;
    color: #FF3333;
}

.dispoutcome{
    width:100%;
    text-align: center;
    background-color:#404040;
    font-size: larger;
    color: #00FF66;
    font-weight: bold;
}

.dspextramsg{
    width:100%;
    text-align: center;
    border-style: none;
    font-size:  13px;
}

.charcapital{
    text-align: right;
    border-style: none;
    font-size: larger;
    font-weight: bold;
}

.txt2follows{
    text-align: left;
    border-style: none;
    margin-left: -3px;
}

.smalfollows{
    text-align: left;
    border-style: none;
    margin-left: -3px;
    font-size: 11px;
}

.fieldnumber{
    text-align: center;
    margin-bottom: 4px;
}

.stepnumbers{
    text-align: center;
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-bottom: 4px;
}


.txtoperator{
    text-align: center;
    border-style: none;
    font-size: larger;
    font-weight: bold;
}

.linseparatr{

    height: 1px;
    border-top: dotted 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.chapter.h4{
    font-size: larger;
    font-weight: bold;
    margin-bottom: 0;
}

.chapter.h4.deepsea{
    color: #0033ff;
}

.chapter.h6{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.chapter.h6.deepsea{
    color: #0033FF;
}

ul, ol{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding:0;
}
b.deepsea{
   color: #0033FF;
}

b.alerttxt{
    color: #C00000;
}

b.alerttxtsmall{
    color: #C00000;
    font-size: smaller;
    vertical-align: middle;
}