.invalidaddress {
    background-color: #ffe6e6;
}

.button {
    color: white;
    background-color: #b1171e;

}

.buttonsmall {
        color: #b1171e;
        background-color: white;
    }

.editclient{
    color: #b1171e;
}

.button a:link, .button a:active, .button a:visited, .button a:hover{
    color: #b1171e;
}

.topnav a:link, .topnav a:active, .topnav a:visited, .topnav a:hover{
    color: white;
}

.topnav {
    background-color: #b1171e;
}

.qa {
    background-color: black;
}

.topnav a {
    color: #f2f2f2;
}

.topnav form {
    color: #f2f2f2;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a:active {
    background-color: #4CAF50;
    color: white;
}

.clients table tr:nth-child(even) {
    background: #FFF0F0;
}

#totals_for_year_by_location th {
	border-bottom: solid 2px #b1171e;
}

.boxed fieldset{
    border-color: #b1171e;
}

.error{
    color: black;
}

.nodob{
    background-color: #e6e6e6;
}

body{
    color: #b1171e;
}


