@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/glyphicons-halflings-regular.ttf);
}
@font-face {
  font-family: 'AbolitionRound';
  src: url(/fonts/AbolitionRound.ttf);
}

body {
  background-color: #000;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}

.content {
  font-family: 'Arial';
  font-size: 10pt;
  width: 100%;
}
.nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #c00;
  text-align: center;
}
.nav h2 {
  font-family: 'AbolitionRound';
  font-size: 30pt;
  line-height: 12pt;
  color: #900;
}
.nav div {
  float: left;
  border: 1px solid #900;
  background-color: #000;
  color: #900;
  padding: 5px 12px;
  margin: 10px 20px;
  font-family: 'AbolitionRound';
  font-size: 16pt;
  line-height: 20pt;
  text-transform: uppercase;
  border-radius: 5px;
}
.nav div a {
  color: #900;
  text-decoration: none;
}

.nav .selected {
  background-color: #900;
  color: #000;
}
.nav .selected a {
  color: #000;
}

.prestaties thead tr:last-child td div {
  width: 10px !important;
  height: 150px;
  text-orientation: sideways;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-align: left;
  vertical-align: middle;
  margin: 0 4px 4px -4px;
}
.vakanties, .agenda, .prestaties, .training {
  border-top: #900 1px solid;
  border-left: #900 1px solid;
  border-spacing: 0;
}
.vakanties thead tr td, .agenda thead tr td, .prestaties thead tr td, .training thead tr td {
  background-color: #333;
  font-weight: bold;
  padding: 2px 5px;
  border-right: #900 1px solid;
  border-bottom: #900 1px solid;
  color: #999;
}
.vakanties thead tr td {
  text-align: center;
}
.vakantie {
  background-color: #900;
}
.activiteit {
  background-color: #4a4a4a;
}
.vakanties tbody tr td, .agenda tbody tr td, .prestaties tbody tr td, .training tbody tr td {
  text-align: left;
  padding: 2px 5px;
  border-right: #c00 1px solid;
  border-bottom: #c00 1px solid;
  color: #999;
}
.agenda tbody tr td:first-child {
  border-right: 0 !important;
}
.agenda tbody tr td:nth-child(3) img {
  height: 15px;
}
.agenda tbody tr td:nth-child(2), .agenda tbody tr td:nth-child(4) {
  text-align: center;
}
.prestaties tbody tr td {
  text-align: right;
}
.prestaties tbody tr td:first-child {
  text-align: left;
}
.strike {
  text-decoration: line-through;
}
.training tbody tr td:nth-child(2) {
  text-align: center;
}
.displaynone {
  display: none;
}
.displayblock {
  display: block;
}

@media (max-width: 575px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
@media (min-width: 576px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}