﻿.vehicleHistoryList {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
    color: #333333;
    margin-bottom: 15px;
  
}

.vehicleHistoryList li {
	border-bottom:1px solid #cfd0d1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	width:auto;
	cursor:pointer;
	clear:both;
       
}

.vehicleHistoryList li:hover {
	background: #eee;
}

.vehicleName {
    float: left;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.4rem;
    font-size: 11px;
}

.iconVehicleHistory {
	float:right;
}

#tb_VehiclesHistory {
    padding: 0.7rem 0.5rem;
}

#vhistory_vehicleHistoryBtn {
    float: right;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    color: white;
    text-decoration: underline;
}


#tb_VehiclesHistory #vhistory_title {
    background: none;
    padding: 0;
    font-size: 14px;
    float: left;
    margin-bottom: 8px;
}