.page {
  background-color: #e7e3da;
}

/* farger på overskriften */

.top0 {
  background-color: #31659c;
  color: white;
  font-family: 'Segoe UI Semibold';
  font-size: larger;
  padding: 4pt 12pt;
}

.homelink:visited {
  color: white; /* Lenke oppe til venstre */
}

.top1 {
  background-color: #2b5989;
  height: 3px;
}

.top2 {
  background-color: #0b3c7f;
  height: 1px;
}

.top3 {
  background-color: #d5d2ca;
  height: 6px;
}

/* Stor overskrift Interaksjonsdatabase for norske klinikere */

.header {
  font-weight: lighter;
  font-size: 32pt;
  color: #333;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, .5);
  /* 50% white from top */
}

/* Information table at the top */

table.infotable {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  margin-top: 6pt;
  margin-bottom: 12pt;
}

h5 {
  margin-top: 4pt;
  padding-top: 4pt;
}

.infopanel-top {
  padding-top: 12pt;
  padding-bottom: 12pt;
}

.app {
  font-family: 'Segoe UI';
}

.signs {
  font-weight: bold;
  color: #2b5989;
  font-size: 32pt;
}

.infocaptions {
  padding: 16pt;
  color: #153056;
}

/* Søkefelt og området rundt */

.searchform {
  background-color: #d5d2ca;
  padding: 6pt;
}

.inputbox {
  width: 100%;
  height: 96pt;
}

.help {
  font-size: small;
  padding: 12pt 0pt
}

.btn {
  width: 40%;
  margin-top: 6pt;
  margin-bottom: 6pt;
}

.btn-check {
  color: white;
  background-color: #31659c
}

.btn-clear {
  color: white;
  background-color: #153056
}

/* Tekst aller nederst om forbehold */

.legalese {
  font-size: small;
  font-style: italic;
}

/* Visning av interaksjon */

.Referanse {
  font-size: small;
}

.FestId, .ReadMore {
  float: right;
  font-size: xx-small;
}

.dark {
  background-color: #2b5989;
  color: white;
}

/* Ikoner ved siden av interaksjon på resultatsiden */

.resultlevel {
  margin-right: 12pt;
}

.situation{
    font-style: italic; display: inline;
}

.not-maintained{
    color: red;
}