table {
width: 100%;
text-align: center;
font-size: small;
border-collapse: collapse;
}
tr.headerrow {
font-weight: bold;
white-space: nowrap;
}
tr.trucksold {
color: red;
}
td {
border: solid 1px #000000;
}



