@charset "utf-8";
#header {
    background-color: #8ca08b;
       }

a:hover{
	color:#8ca08b !important;
}


 
.nav-justified li a.active{
	border-bottom: 2px solid #8ca08b !important;
	color:#8ca08b !important;
}
.nav-justified li a:hover{
	border-bottom: 2px solid #8ca08b !important;
	color:#8ca08b !important;

}

.panel-primary .panel-heading{
	background-color: #8ca08b !important;
}

.btn-primary{	
	background-color: #8ca08b !important;
}
.btn-primary:hover{
	background-color: #627761 !important;
}

footer{
    background-color: #8ca08b;
}

td a{
	color: #8ca08b !important;
}

.wc-menusubmission li.current a{
    background: #8ca08b !important;
     border:1px solid #8ca08b;
}

