.callout {
  position: relative;
  margin: 1em 0;
  padding: .7em 1em;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  background: #fff;
  box-sizing: border-box;
}
.dataTable tfoot {
  display:none;
}
.dataTable th {
  text-align:left;
}
.orderTable {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.orderTable th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.orderTable td,
.orderTable tfoot th {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.tbsd3-link {
  color:rgb(96, 38, 24);
  text-decoration:underline;
}
.tbsd3-link:hover {
  color:rgb(150, 75, 0);
}
