html {
  background: no-repeat #303030 url("img/priskusstoop-bg.jpg");
  background-size: cover;
  height: auto;
}

body {
  background: transparent;
}

body #headerElement {
  background-color: #303030;
}

#page-login, #page-app {
  background-color: rgba(255,255,255,0.9);
  padding: 1rem;
  border-radius: 1rem;
}

#page-app {
  display: none;
}

.error {
  color: #ff0000;
}

.webres-table {
  margin-top: 1rem !important;
}
.webres-table .compact.ui.button {
  margin: 0;
}

.webres-filter {
  margin-bottom: 1rem !important;
}

#page-app table.ui.webres-table > thead {
  display: none !important;
}

.ui.button > div.waitinglist {
  font-size: 10px;
  font-weight: normal;
}

.reserved-signoff-info {
  font-size: 12px;
  font-weight: normal;
  padding-left: 0.35rem;
}

.webres-table td div.location-info {
  font-style: italic;
}

table#list-webres-waiting tbody tr td:first-child,
table#list-webres-reserved tbody tr td:first-child {
  width: 30%;
}

table#list-webres-all td.course_infos {
  cursor: pointer!important;
}

#res-tab-info-counter {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {


}