h5 {
  font-size: 0.7em;
}

#rapportKop {
  font-size: 1.5em;
  font-style: italic;
  background: #0d2a28;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 3px;
}

#rapportTable {
  padding: 10px 5px 10px 10px;
  margin: 0 auto;
  border-radius: 5px;
  border-spacing: 10px 0;
}

#rapportTable TD {
  text-align: center;
}

.kwartaal,
.maanden {
  font-size: 0.85em;
  font-weight: bold;
  margin-top: 10px;
  width: 100px;
  border-top: 1px solid #D2BB5D;
  border-left: 1px solid #D2BB5D;
  border-right: 1px solid #D2BB5D;
  border-bottom: 0;
  background: #D2BB5D;
  color: white;
}

.maandenOnder {
  width: 100px;
  background: White;
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #D2BB5D;
  border-left: 1px solid #D2BB5D;
  border-right: 1px solid #D2BB5D;
  border-top: 0;
  height: 50px;
}

.jaren {
  display: block;
  width: 100%;
  background: White;
  border: 1px #333 solid;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.meestRecent {
  margin-top: 10px;
  width: 200px;
  border-top: 1px solid #D2BB5D;
  border-left: 1px solid #D2BB5D;
  border-right: 1px solid #D2BB5D;
  border-bottom: 0;
  background: #D2BB5D;
  color: white;
}

.recentJaren {
  background: White;
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #D2BB5D;
  border-left: 1px solid #D2BB5D;
  border-right: 1px solid #D2BB5D;
  border-top: 0;
  height: 50px;
}
.recentJaren svg {
  color: #0d2a28;
}

.recentTable {
  width: 100%;
  text-align: center;
}

.borderLess {
  border: 1px solid green;
}

#tabs {
  height: 98%;
}

#feedback {
  position: absolute;
  left: 250px;
  top: 10px;
  display: none;
  font-size: 1.2em;
  color: white;
  margin: auto;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 2px 2px 2px 0px #333;
}

#btnOpslaan {
  padding: 2px 10px 2px 10px;
}

.loguit {
  float: right;
  padding: 3px 20px 4px 20px;
  margin-right: 15px;
  margin-top: -1px;
  background: #708090;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #708090), color-stop(1, #C0C0C0));
  background-image: -ms-linear-gradient(top, #708090, #C0C0C0);
  background-image: -o-linear-gradient(top, #708090, #C0C0C0);
  background-image: -moz-linear-gradient(top, #708090, #C0C0C0);
  background-image: -webkit-linear-gradient(top, #708090, #C0C0C0);
  background-image: linear-gradient(to bottom, #708090, #C0C0C0);
  border-radius: 8px;
  box-shadow: #808080;
}

.loguit a {
  text-decoration: none;
  color: white;
}

.fbRood {
  background: #C00;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #CC0000), color-stop(1, #FF9999));
  background-image: -ms-linear-gradient(top, #CC0000, #FF9999);
  background-image: -o-linear-gradient(top, #CC0000, #FF9999);
  background-image: -moz-linear-gradient(top, #CC0000, #FF9999);
  background-image: -webkit-linear-gradient(top, #CC0000, #FF9999);
  background-image: linear-gradient(to bottom, #CC0000, #FF9999);
}

.fbGroen {
  background: #339900;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #339900), color-stop(1, #33FF66));
  background-image: -ms-linear-gradient(top, #339900, #33FF66);
  background-image: -o-linear-gradient(top, #339900, #33FF66);
  background-image: -moz-linear-gradient(top, #339900, #33FF66);
  background-image: -webkit-linear-gradient(top, #339900, #33FF66);
  background-image: linear-gradient(to bottom, #339900, #33FF66);
}

h1 {
  text-align: center;
}

#btnWWreset {
  background: #0d2a28;
  color: #FFF !important;
  text-align: center;
  width: 170px;
  padding: 10px;
  border: 0;
}

#btnWWreset:hover {
  cursor: pointer;
}
