@charset "UTF-8";

table.car-info { 
border-collapse: separate; 
border-spacing: 0;
}
table.car-info th ,table.car-info td {
border-top: 1px solid #333;
}
table.car-info tr.border-ch {
border-top: 1px dotted #333;
}
table.car-info {
border-bottom: 1px solid #333;
}
table.car-info th {
background: #f0ebcb;
}