.content table {
  margin-bottom: 44px;
  width: 100%;
}
.content table:last-child {
  margin-bottom: 0;
}
.content th, td {
  padding-bottom: 10px;
  vertical-align: top;
}
.content th {
  padding-right: 10px;
  text-align: left;
  width: 70px;
  padding-left: 10px;
}
.content td {
/*  width: 40%;*/
  padding-left: 10px;
}
.content thead {
  line-height: 44px;
}
.content thead th {
  color: #191818;
  font-size: 24px;
}
.content tbody th {
  color: #a9b2b9;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  text-transform: uppercase;
}
.content tbody td {
  border-top: 1px solid #dfe2e5;
  padding-top: 10px;
}
.content tbody td:first-of-type {
  padding-right: 10px;
}
.content tbody td:last-of-type {
  padding-left: 10px;
}
.content tbody td:only-of-type {
  padding-left: 0;
  padding-right: 0;
}
.content table a {
  color: #888;
}
.content table h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.content .schedule-offset {
  color: #a9b2b9;
}
