/******************* Last update: 2020/01/12 - L3D  ***/
#calendar table {
  caption-side: top;
}
#calendar thead th {
  width: 26px; height: 18px;
  font: 9pt Verdana; color: #FFFFFF;
  font-weight: bold;
  background-color: #4682B4;
}
#calendar tbody td {
  width: 26px; height: 18px;
  text-align: center;
  font: 9pt Verdana; color: #6A6A6A;
}

td#Praxis {
  background-color: #D2B48F; /*#C2A46F;*/
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
td#TKurs {
  background-color: #BDCCEC;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
td#Voice {
  background-color: #DEB8B8;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

td#Hooge {
  background-color: #87CEFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
td#Parin {
  background-color: #FADAB9;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
td#Loccm {
  background-color: #BAD6BA;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
