.top_bar{
    color: #5f6368;
    background: #666;
	border-bottom:4px solid #4d311d;
}

.btn-primary.custom:hover {
    background-color: #36160b !important;
    border-color: #36160b !important;
}

.btn-primary.custom {
    background-color: #4d311d !important;
    border-color: #4d311d !important;
}

.btn-success.custom {
	background-color: #6CC24A !important;
    border-color: #6CC24A !important;
}

.flex_item {
    color: #4d311d !important;
}

.flex_item:hover{
	background-color:#fceae4 !important;
}