
/* make custom selects look more like Bootstrap selects*/

.customSelect {
	margin: 0;
}
.customSelect, .selectValueWrap, .selectList div {
	padding: 0 !important;
}

.customSelect .selectedValue {

	display: block;
    width: 100%;
    height: 32px;
	font-size: 14px;
    line-height: 1.42857143;
	color: #555;

	padding: 6px 12px;
    background: none;
    border: none;
}
