/*******************************
  Custom CSS modifications to Semantic-UI for easyautosales.com
  Load this file after semantic.css or semantic.min.css
*******************************/

.ui.vertical.menu .item>i.icon {
	float: left;
	margin: 0 0.5em 0 0;
}

.ui.inverted.menu .subheader {
	background: rgba(62,62,62,0.4);
	padding: 0.5em 1.18em;
	font-size: .85em;
}

.ui.charcoal.label, .ui.charcoal.labels .label {
    background-color: #3e3e3e !important;
    border-color: #3e3e3e !important;
    color: #fff !important
}