body #job_postings .jobdescription > button, #main_header, #main_header > button {
    background-color: #c70032;
}

#main_header > button:hover, body #job_postings .jobdescription > button:hover {
    background-color: #a40631;
}

button:active {
    border: 1pt solid #c70032;
}

.tabs div .truelink:link {
    color: #c70032;
}
