.titleimg {
  width: 100%;
  height: auto;
  max-height: 90px;
}
main.container {
  margin-top: 1rem;
}
.langsel {
  max-width: 75%;
  max-height: 75%;
  cursor: pointer;
}

.langsel-box {
  border: 1px solid white;
  text-align: center;
  background: #77A0E2;
  height: 2.75rem;
}

.nav-link,
.dropdown-item {
  cursor: pointer;
}
.nav-link.active {
  font-weight: bolder;
  color: blue;
  text-decoration: underline solid blue 3px;
}

.bg-blue { background: #134095; }
.bg-light-blue { background: #77A0E2; }

.btnlink-active,
.btnlink { 
  background: #77A0E2; 
  color: white; 
  margin-left: 2px;
}

.btnlink-active { 
  background: #77E2A0; 
}

.page-title { padding-bottom: 1rem; }
.shaded {
  text-shadow: 2px 2px 2px #888;
}

th.noleft, td.noleft { border-left: none; }
th.noright, td.noright { border-right: none; }
.menubtn { text-align: left; font-size: 2rem; }
.menuicon { font-size: 1.5rem; }