

.nettsted_bvs table.quiz td, .nettsted_bvs table.quiz th {
font-size: 13px !important;
}


a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #000;
  text-decoration: none;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}


h1 {
  /* font-size: 15px; */
  font-size: 18px;
  margin: 0px 0px 15px 0px;
  font-weight: bold;
}

h2 {
  font-size: 13px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

h3 {
  font-size: 11px;
  margin: 0px 0px 7px 0px;
  font-weight: bold;
}

p {
  margin: 0px 0px 25px 0px;
}



/* ----- Tabell med striper --------------------------------------- */

table.zebra {
  border-top: 1px #ccc solid;
}

table.zebra {
  border-spacing: 0px;
  border-top: 1px #ccc solid;
  border-right: none;
  border-bottom: 1px #ccc solid;
  border-left: none;
  empty-cells: show;
  margin: 0px 0px 20px 0px;
  width: 100%;
  }
  table.zebra caption {
    font-weight: bold;
    padding: 0px 0px 2px 0px;
    text-align: left;
  }
  table.zebra tr {
    background-color: white;
    vertical-align: top;
  }
  table.zebra tr#header {
    background-color: #379ecb;
  }
  table.zebra tr.even {
    background-color: #dfeffa;
  }
  table.zebra tr.odd {
    background-color: #fdfdfd;
    }
    table.zebra tr th, table.zebra tr td {
      padding: 2px 10px 2px 10px;
      text-align: left;
    }
    table.zebra tr th {
      color: black;
      font-weight: bold;
      text-transform: uppercase;
      width: 100px;
    }
    table.zebra tr td {
    }
    table.zebra tr td.tall {
      text-align: right;
    }
