h5 {
  font-size: 0.7em;
}

#rapportKop {
  font-size: 1.5em;
  background: #e01c7b;
  color: #2a2a32;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 5px;
  text-align: center;
}

#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-radius: 5px 5px 0 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 0;
  background: #555;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #555), color-stop(1, #999999));
  background-image: -ms-linear-gradient(top, #555, #999999);
  background-image: -o-linear-gradient(top, #555, #999999);
  background-image: -moz-linear-gradient(top, #555, #999999);
  background-image: -webkit-linear-gradient(top, #555, #999999);
  background-image: linear-gradient(to bottom, #555, #999999);
  color: white;
}

.maandenOnder {
  width: 100px;
  background: White;
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  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-radius: 5px 5px 0 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 0;
  background: #555;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #555555), color-stop(1, #999999));
  background-image: -ms-linear-gradient(top, #555555, #999999);
  background-image: -o-linear-gradient(top, #555555, #999999);
  background-image: -moz-linear-gradient(top, #555555, #999999);
  background-image: -webkit-linear-gradient(top, #555555, #999999);
  background-image: linear-gradient(to bottom, #555555, #999999);
  color: white;
}

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

.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: 14px;
  color: #333;
  background-color: #FFF;
  margin: auto;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #333;
  font-family: "Eina01", sans-serif;
  box-shadow: none;
  z-index: 1000;
}

#btnOpslaan {
  display: none;
}

.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: #FFF;
  color: #C00;
  border-color: #C00;
}

.fbGroen {
  background: #FFF;
  color: #339900;
  border-color: #339900;
}

h1 {
  text-align: center;
}

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

#btnWWreset:hover {
  cursor: pointer;
}

/*# sourceMappingURL=general.css.map */
