
/** CUSTOM CSS CODE LOADED AFTER style.css **/

.SecureContent {
    padding:2px;
    background-color:lightsteelblue;
    font-weight:bold;
    color:white;
}

.navbar-brand {
}

.article-title-right {
    float: right;
}

.article-title-left {
    float: left;
}

.securebanner {
    text-align:center;
    color:white;
    background-color:lightsteelblue;
}

.btn-size-small {
    padding: 2%;
}
.btn-size-socialmedia {
    padding:2px;
}

.footer-text {
    color: #ffffff;
}
.footer-company-name {
    color: #ddd !important;
}
/* Responsive: Portrait tablets and up */
@media screen and (max-width: 992px) {
    .article-title-right {
        float: left;
    }

    .article-title-left {
        float: left;
    }
}