/* 
    for ny fremmode
    Author     : Peter_2
*/
body {
  background-color: white;
}

a {
  color:darkblue;
}
.center {
  text-align: center;
}

.popup {
  position: fixed;
  top: 25%;
  background-color: white;
  width: 50%;
  min-height: 10em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  z-index: 10;
  border: solid black 3px;
  border-radius: 20px;
  text-align: center;
}

#mytable table thead tfoot {
  border: thin solid black; 
}

#mytable th {
  border-bottom: thin solid black; 
}

.table-sm .state {
  padding: 0;
  text-align: center;
}

#fremtable td {
  text-align: center;
}
