html, body {
    height: 100%;
}


label {
  font-size: 14px;
}
a {
  color: #73cee6;
}
a:hover {
  color: #3ba5da;
}

.full-height {
  height: 100%;
}

.headercenter {
  text-align: center;
  padding-bottom: 40px;
  font-weight: 300;
}
.btn-primary {
  background-color: #929fd2;
  border-color: #453d21;
  font-weight: 800;
}

.btn-primary:hover {
  background-color: #7386d5;
  border-color: #453d21;
  font-weight: 800;
}

.btn-primary:active {
  background-color: #7386d5;
  border-color: #453d21;
  font-weight: 800;
}

.jumbotron {
  background-color: #fff;
  opacity: 0.96;
  padding-top: 30px;
  padding-bottom: 10px;
}

.smallinfo {
  font-size: 14px;
  text-align: center;
  padding-top: 50px;
}

.smalltext {
  font-size: 14px;
}

.hidden {
  display: none;
}

.menu-subitem {
  padding-left: 50px;
}

.topmenu {
  background-color: #cccdbd;
}

.sidemenu {
  background-color: #cccdbd;
  text-transform: uppercase;
}

.sidemenuitem {
  background-color: #cccdbd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidemenu a {
  color: #000;

}

.dropdown-sidemenu {
  padding-left: 0px;
  padding-top: 0px;
}

.contents {
    padding-top: 20px;
    padding-right: 50px;
}

.white {
  color: #fff;
}


#resultarea {
  display: none;
}
.hidden {
  display: none;
}
#timetable {
  padding-bottom: 20px;
}
