
.kaplan-table tr th {
  font-weight: normal !important;
}

.kaplan-table tr td,
.kaplan-table tr th {
  padding: 0 1.5rem;
}

.kaplan-table thead tr th {
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 .5rem 3rem 1.5rem;
}

.kaplan-table thead tr th svg{
  display: inline-block;
  margin-right: .5rem;
  height: 1.5rem;
  width: auto;
}

.kaplan-table tbody tr th {
  border-bottom: 2px solid var(--red);
}

tr.kaplan-table-spacer > td {
  height: 3rem !important;
}

.kaplan-table tbody tr td {
  height: 1rem;
  padding: .3rem .5rem 0 1.5rem;
}

.kaplan-table tbody tr.kaplan-table-lastdate td {
 /* height: auto; */
}

.kaplan-table tbody tr.kaplan-table-firstdate td {
  height: auto;
  vertical-align: bottom;
}


.kaplan-table tbody tr th time {
  display: block;
  padding-bottom: 2rem;
}

.kaplan-table-time {
  white-space: nowrap;
}

.kaplan-morelink{
  border-radius: 0 !important;
  margin-bottom: 1.5rem;
  /* @todo: position */
  /*
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 0;
  */
}

.kaplan{
  position: relative;
}

@media (max-width: 767.98px) {
  table.kaplan-table{
    display: block;
  }

  table.kaplan-table thead{
    display: none;
  }

  table.kaplan-table tr{
    display: flex;
    flex-flow: row wrap;
  }
  table.kaplan-table td,
  table.kaplan-table th{
    display: inline-block;
    padding: 0;
  }

  .kaplan-table tbody tr th{
    border: none;
    flex-basis: 100%;
  }
  .kaplan-table tbody tr td{
    border: none;
    font-size: .8rem;
    border-bottom: 1px solid #DDDDDD;
    flex: 0 0 33%;
    padding: .2rem .5rem .2rem 0;
    height: auto;
  }
  .kaplan-table tbody tr.kaplan-table-lastdate td{
    border-bottom: none;
  }

  .kaplan-table tbody tr.kaplan-table-spacer > td {
    height: 0 !important;
    border-bottom: 2px solid var(--red) !important;
    margin: 1.5rem 0;
    flex: 0 0 2.5rem;
  }
  .kaplan-table-time {
    white-space: normal;
  }

  .kaplan-morelink{
    position: static;
  }

}
