body *{font-family:'OpenSansRegular';}

p /* Normal */
{
 line-height: 1.4;
}

.headerTable{
    width: 100%;
}

span.f_Heading1{
    font-size: 100%;
}

#innerdiv img{
    max-width: 100%;
    height: auto !important;
}

span.f_GHeadingbrown {
    font-weight: 600;
}

@media all and (max-width: 600px) {
    .headerTable{
        margin-right: 30px;
    }
}
pre, pre * {font-family: 'Courier New', monospace !important;}

#idheaderbg{
 font-size: 16pt;
 padding: 4pt 8pt;
}

#switchtoggles{
 display: none;
}

.mc-center{
    text-align: center;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #286090;
    border-color: #204d74;
}

.btn {
    text-decoration: none !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.footerBlock{
    padding: 4pt 5pt; 
    margin: 7pt; 
    background-color:#efede2; 
}

.footerBlock * {
    line-height:1.4;
}

span.f_Code /* Code */
{
 word-break: break-all;
}
