/* Minification failed. Returning unminified contents.
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Set padding to keep content from hitting the edges */

:root {
    --nav-link-padding-y: .7rem;
    --nav-tabs-border-color: red;
    --nav-tabs-active-bg: gray;
    --nav-tabs-link-hover-border-color: green;
    --nav-tabs-link-active-color: black;
}

.button-container .btn-light {
    --bs-btn-bg: #f8f9f0;
    margin-bottom: 8px;
}

.button-container .btn-dark {
    --bs-btn-hover-bg: #d3d405;
}

.body-content {
    margin-top: 15px;
    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;*/
}






