
.booktabs { 
  font-size: 1.1rem;
  table-layout: auto;
  border-collapse: collapse;

  tbody tr:nth-child(even) {
    background-color: #eee;
  }

  thead tr { 
    text-align: left;
    border-top: 1px solid #222;
    border-bottom: 1px solid #ddd;
  }

  th, td { 
    padding: 7px 0px;
    border: none;
  }

  .tbody tr:last-of-type {
      border-bottom: 1px solid #222;
  }
}


table.time-table { 
    max-width: 25rem;
    font-size: 1.1rem;
    border-collapse: collapse;

    th, td { 
      vertical-align: top;
    }

    td { 
      padding: 0.30rem 0.5rem;
      border-left: 4px solid;
    }

    tr {
      overflow: hidden;
    }

    
    th { 
      padding: 0.1rem 0.25rem;
      font-size: 0.8rem;
      text-align: right;
      font-family: monospace;
    }

    .time-table-duration { 
      font-size: 1rem;
      color: #aaa;
    }

    .groups { 
      border-left-color: #FFCD58;
    }
    
    .independent { 
      border-left-color: #DAD870;
    }
    
    .lecture { 
      border-left-color: #FF5C4D;
    }
    

}

.definition { 
  .definition-name {
    font-size: 3rem;
  }
}
