/*
  motor-inventory.css
*/
 
td.td_heading {
  font-weight: bold;
  font-size: 11px;
  background-color: #ccc;
}
 
td.td_data {
  font-size: 11px;
  background-color: #eee;
  vertical-align: top;
}

