.mlist ul li{
 color:black;
 padding:5px;
 list-style: none;
}


.mlist ul{
    
    margin-top: 10px;
    display: inline-block;
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 10px;

}

.mlist ul li:hover{
		background:#ffe933;
	color:black;
	border-radius:4px;
    cursor: pointer;

}



  .truck_count li 
{
    background: #e3e3e3;
    border: 1px solid #eee7e7;
    border-radius: 3px;
    padding: 1px 12px;
    float: left;
    list-style: none;
    margin-right: 13px;
    margin-top: 7px;
    color: black;
}

.truck_count,.mlist{
	display:block;
	margin-bottom: 14px;
	clear: both;
}

.typesearch{
    cursor: pointer;
}