<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
   
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
    max-width: 450px;
}
.rbconn {
    border: 1px solid #dbdbdb;
    border-top: 2px solid #1e8bc3;
    /* width: 100%; */
    /*min-height: 523px;*/
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-top: 4px;
}
.innercon {
    /*margin: 20px 0 10px 0;*/
    color: #212121;
    font-weight: 400;
}
.innercon h2.pagetitle {
    color: #e02a2a;
    font-size: 21px;
    text-align: left;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    line-height: 22px;
}
.header {
   height:70px;
    background-image: url(../images/headerbg.jpg);
    background-color: #3090C7;
    background-repeat: repeat-x;
    vertical-align: bottom;
}
.logohead{
        color: #fff;
    font-size:40px;
    font-family: initial;
    font-weight: bold;
    margin-top:-2px;
}
.p-0{
    padding:0px;
}
.m-0{
    margin:0px;
}</pre></body></html>