.header, .header a {
    color: white;
}
.header {
	width: calc( 100% - 10px );
}
.headerTop {
    background-color: #A299C4;
	display: block !important;
    width: 100%;
	/*font-family: arial, sans-serif;*/
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
	text-decoration: none;
}
.headerTop a {
	text-decoration: none;

}
.search {
	padding-right: 5px;
}
.headerBottom a {
	text-decoration: none;
}
.headerTop::after { /* clearfix */
    content: "";
    clear: both;
    display: table;
}
.header form {float:right; display:inline-flex;}
.headerBottom {
    background-color: #BCB3E2;
    width: 100%;
	padding-left: 10px;
	padding-bottom:10px;
	width: calc( 100% - 5px );
	display: block !important;
	padding-right: 5px;
	padding-top: 5px;
	/*font-family: arial, sans-serif !important;*/
	text-decoration: none;
}
