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

.required:after {
    content: " *";
    font-weight: bold;
    color: #a94442;
}


/*body {
    margin-left: 0;
    margin-right: 0;
}*/

.join-atra-header-button {
    margin-right: 150px;
}
@media (max-width: 1444px) {
    .join-atra-header-button {
        margin-right:0;
    }
}

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

.panel-atra &gt; .panel-heading {
    color: #fff;
    background-color: #424242;
    border-color: #ddd;
    border-bottom: 3px solid #295fa4;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 3px solid #295fa4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
}
/*
.btn-atra {
    font-weight: normal;
    width: 180px;
    min-height: 50px;
    border-radius: 0px;
    background-color: #00598d;
    color: #ffffff;
}

.btn-atra:hover {
    background-color: #ffcd33;
}*/


/*Overrides*/
@media (max-width: 768px) {
    .l-canvas.sidebar_none .l-section {
        padding: 0 5px;
    }

    .l-section-h {
        padding: 5px 0;
    }
}</pre></body></html>