.session table tbody tr {
  background-color: transparent !important; }

.session table tbody tr:first-child,
.session table tbody .title {
  font-size: 1.5rem;
  font-weight: 800;
  border-bottom: 0; }

.session table tbody tr:first-child + tr {
  border-top: 0; }

.page td {
  vertical-align: top; }

@media (max-width: 768px) {
  .session table tbody tr:first-child {
    font-size: 1.1em; }

  .page td {
    display: block;
    padding-left: 0;
    padding-right: 0; }

  .page td:nth-of-type(1) {
    padding-bottom: 0; }

  .page td:nth-of-type(2) {
    padding-top: 0; } }
