<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    position: relative;
    min-height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body {
    font-family: "Montserrat", Roboto, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    height: 100%;
}

.footer {
    margin-top: 150px;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 120px; /* Set the fixed height of the footer here */
    line-height: 110px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.main-container {
    min-height:100%;
    position:relative;
    padding-bottom: 150px;
}

.btn-primary {
    background-color: #00CCFF;
    border-color: #00CCFF;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    background-color: #00CCFF;
    text-decoration: none;
}

.break-out {
    /*position: absolute;*/
    /*width: 80%;*/
    /*left: 10%;*/
    /*color: rgba(0, 0, 0, .6);*/
}
</pre></body></html>