/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 750px;
  padding: 0 15px;
}

body > .container {
  padding: 70px 15px 0;
}

/*
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
*/

/* Enhetsinfo */

.logoImg {
  max-height: 100px;
  max-width: 200px;
  margin-bottom: 10px;
}
pre {
   white-space: pre-wrap;
}
.fa-user-circle {
   color: white;
}

.nowrap {
  white-space: nowrap ;
}

.top {
  vertical-align: top;
}

.right {
  text-align: right;
}

.small {
  font-size: 0.85rem;
}

/* https://stackoverflow.com/a/17469662 */
.tabell tr td:first-child { padding-left: 0px; }
.tabell tr th:first-child { padding-left: 0px; }
.tabell td { padding: 0px 0px 10px 10px; }
.tabell th { padding: 0px 0px 10px 10px; }

.show-more {
  cursor: pointer;
  color: #007bff;
}

.kommuner {
  column-count: 4;
}