/* Minification failed. Returning unminified contents.
(32,38): run-time error CSS1034: Expected closing parenthesis, found ','
(32,38): run-time error CSS1042: Expected function, found ','
(32,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */


.feature-included {
    color: #2fe622;
}


.buttonmargin{
    margin-top: 10px;
    margin-bottom: 20px;
}


.tagnumber{
    font-style: italic;
    font-weight:bold;
}

.even {
    background-color: rgba(230, 126, 34, 0.2);
}

.orangy {
    color: rgba(230, 126, 34, 1) !important;
}

.fady{
    opacity: 0.1;
}

.header-main {
    background-color: rgb(12, 64, 109, .5);
/*    background: url('../assets/img/Header Banner.png') 50% 50% no-repeat;*/
    background-size: auto;
    background-size: cover;
    color: white;
}

.buffer-top{
    margin-top: 30px;
}
/*.wall-text {
    color: white;
}*/
