html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 7rem;
}

footer {
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7rem;
}

.footer-notice {
  color: #666;
}

.carousel-caption {
	text-shadow:
    -1px -1px 2px #000,
    1px -1px 2px #000,
    -1px 1px 2px #000,
    1px 1px 2px #000;
}

.navbar-expand-lg .navbar-nav > .nav-item:first-child .nav-link {
  padding-left: 0;
}

.errorlist {
  color: red;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.bg-unibas {
	background-color: #a5d7d2 !important;
}


sup.usage-fee-comment:not(:last-child):after {
    content: ',';
    color: #000;
  }

ol.notes>li {
  margin-top: 1em;
}