table.trade {
  width: 100%;
  margin-bottom: 25px;
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
}

.trade th,
.trade td {
  margin: 0;
  padding: 7px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.leftCell{ width: 160px; }

.onColor{ background: #f2f2f2; }

table.carriageList {
  width: 100%;
  margin-bottom: 25px;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}

.carriageList th {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 0.5em;
  background: #eee;
  min-width: 5em;
  text-align: center;
}

.carriageList td {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 0.5em;
}