﻿table.HMTransportation { width: 893px; }
.HMTransportation img {
    cursor: pointer;
}
.HMTransportation .dC {
    width: 100%;
}
.HMTransportation tr td:first-child {
  width: 125px;
  padding: 5px 0px 0px 5px;
}
.HMTransportation tr:last-child td div.dC {
    width: auto;
}
/* apply style only to main table */
.HMTransportation table .dC {
    width: auto;
}
.HMTransportation table tr td:first-child {
    width: auto;
    padding:0px;
}
.HMTransportation table tr:last-child td div.dC {
    width: auto;
}