<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    font-size: 14px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


/* 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;
}*/

.imonumbersbanner {
    width: 960px;
    height: 240px;
    background-image: url("../images/imonumbersbanner.jpg");
}

.imoshipsimage {
    width: 400px;
    height: 400px;
    background-image: url("../images/imoshipsimage.jpg");
}

.imocompanyimg {
    width: 400px;
    height: 400px;
    background-image: url("../images/imocompanyimg.jpg");
}

.col-md-offset-custom {
    margin-left: 3.5%;
}

.col-md-offset-indexpage {
    margin-left: 9%;
}

.centercontainer {
    margin: auto;
    padding: 0;
}

.menucenter {
    margin-left: 6% !important;
}

.div-blue-fill {
    background-color: #052d6e;
    color: white;
    height: 50px;
    font-size: 150%;
}

.col-md-offset-companysearch {
    margin-left: 45%;
}

.remove-margin-top {
    margin-top: 0 !important;
}

.remove-padding-top {
    padding-top: 0 !important;
}

.add-padding-top {
    padding-top: 10px !important;
}

.add-padding-vertical {
    padding-top: 10px !important;
    padding-bottom: 25px !important;
}

.company-search {
    background-color: #e2e6eb;
    min-height: 100px;
}

.company-details-border {
    border: solid #858585;
}
</pre></body></html>