.ontime-table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;

  tr {
    th {
      border-top: 0;
      vertical-align: bottom;
      border-bottom: 1px solid rgba($color-ghost, 0.3);
      padding: 0.5em;
      line-height: 1.5;
      text-align: left;
      color: $color-primary-2;
      font-weight: 600;
    }

    td {
      padding: 1em 0.5em;
      line-height: 1.5;
      vertical-align: top;
      text-align: left;
      border-top: 1px solid rgba($color-ghost, 0.3);
    }
  }
}
