* {
    /* Change your font family */
    font-family: sans-serif;
}

.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #5bc1ac;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 12px 15px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #5bc1ac;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #5bc1ac;
}




table{
  font-family: sans-serif;
  border-collapse: collapse;
}

/*th{
  background-color: #333;
  color: #fff;
}

th, td{
  padding: .8rem;
  font-size: 1.4rem;
}

tbody{
  background-color: #eee;
  color: #555;
}*/

/*
@media screen and (max-width: 600px){
  thead{
    display: none;
  }

  td{
    display: block;
  }

  td:first-child{
    background-color: #5bc1ac;
    color: #fff;
    text-align: center;
  }
  
  td:nth-child(2)::before{
    content: "Grundgebühr";
  }

  td:nth-child(3)::before{
    content: "Fahrstunde";
  }

  td:nth-child(4)::before{
    content: "Sonderfahrt";
  }

  td:nth-child(5)::before{
    content: "th. Prüfung";
  }

  td:nth-child(6)::before{
    content: "pr. Prüfung";
  }

  td:nth-child(7)::before{
    content: "Lehrmaterial";
  }

  td{
    text-align: right;
  }

  td::before{
    float: left;
    margin-right: 3rem;
    font-weight: bold;
  }
}*/