table.responsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

table.responsive caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.responsive thead th {
    font-weight: 700;
    font-size: 16px;
    display: table-cell;
}

table.responsive thead tr {
  border-bottom: 0;
  height: 50px;
}

table.responsive tr {
  border-bottom: 1px solid #ccc;
  padding: .35em;
}

table.responsive tr:nth-child(even) {
  background-color: #EEEEED;   
}

table.responsive th,
table.responsive td {
  padding: 1em;
  text-align: left;
}

table.responsive th {
  font-size: .85em;
  letter-spacing: .1em;
}

table.responsive td img {
    margin: 0 !important;
    max-width: inherit;
}

table.responsive.oransje thead {
    background: #fcdcac;
}

table.responsive.blue thead {
    background: #c5f0f3;
}

table.responsive.green thead {
  background: #CBE9DE;
}

table.responsive.clear thead tr:first-child {
  background: #fff;
}

table.responsive.clear tr:nth-child(even) {
  background-color: #fff;   
}

@media only screen and (min-width: 769px) {
  table.responsive.clear tr:nth-child(odd) {
    background-color: #eee;   
  }
}

/* Manuell div version */

.hoved-container {
  background: white;
}

.hoved-container .rad:first-of-type .kolonne p {
  padding-top: 5px;
}

.rad {
  margin: 0;
  /* border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; */
}

/* .rad:last-child {
  border-bottom: 1px solid #ccc;
} */

.rad:after {
  content: '';
  display: block;
  clear: both;
}

/* .rad:nth-child(odd) {
    background: rgba(56,206,213,1);
 } */

/* .rad:nth-child(even) {
    background: rgba(56,206,213,1);
 } */

.kolonne {
  display: block;
  padding: 0 10px;
  vertical-align: top;
  float: left;
}

.en {
  width: 30%;
  padding-right: 10px;
}

.to {
  width: 70%;
}

@media screen and (max-width: 480px) {
  .en {width: 100%;}
  .to {width: 100%;}
  .en p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .to p {
    margin-top: 5px;
  }
}



@media screen and (max-width: 768px) {
  table.responsive {
    border: 0;
  }

  table.responsive caption {
    font-size: 1.3em;
  }

  table.responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.responsive tr {
    border: 1px solid #e4e4e4;
    display: block;
    margin-bottom: .625em;
  }

  table.responsive tr td {
    float: none;
    text-align: right;
  }

  table.responsive td {
    border-bottom: 3px solid #fff;
    display: block;
    font-size: 1.1em;
    background: #EEEEED;
  }

  table.responsive td img {
    margin: 0 !important;
  }

  table.reponsive tr td:before,
  table.responsive td:before {
    content: attr(data-label) !important;
    float: left;
    font-weight: bold;
    font-size: 16px;
    display: block !important;
    margin-right: 5px;
  }

  table.responsive td:last-child {
    border-bottom: 0;
  }

  table.responsive tr td:first-child {
    background: #d6d6d6;
    border-bottom: 1px solid #ccc;
  }

  table.responsive.oransje tr td:first-child {
    background: #fcdcac;
  }

  table.responsive.blue tr td:first-child {
    background: #c5f0f3;
  }

  table.responsive.green tr td:first-child {
    background: #CBE9DE;
  }

  table.responsive tr:nth-child(even) {
     background-color: transparent;
  }

}

/* Forced mobile version */

/* @media screen and (max-width: 1500px) { */
  table.mobileversion {
    border: 0;
  }

  table.mobileversion caption {
    font-size: 1.3em;
  }

  table.mobileversion thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.mobileversion tr {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: .625em;
  }

  table.mobileversion tr td {
    float: none;
  }

  table.mobileversion td {
    border-bottom: 3px solid #fff;
    display: block;
    font-size: 1.1em;
    text-align: right;
    background: #EEEEED
  }

  table.mobileversion td img {
    margin: 0 !important;
  }

  table.mobileversion td:before {
    content: attr(data-label)!important;
    float: left;
    font-weight: bold;
    display: block !important;
  }

  table.mobileversion td:last-child {
    border-bottom: 0;
  }

  table.blue.mobileversion tr td:first-child {
    background: #c5f0f3;
  }

  table.oransje.mobileversion tr td:first-child {
    background: #fcdcac;
  }

  table.green.mobileversion tr td:first-child {
    background: #CBE9DE;
  }

  table.mobileversion tr:nth-child(even) {
     background-color: transparent;
  }

/* } */

@media screen and (max-width: 468px) {

  table.mobileversion tr td:before,
  table.mobileversion td:before {
    float: none;
  }
  table.mobileversion tr td {
    float: none;
  }

  table.mobileversion td:first-child:before {
    display: none!important;
  }
  table.mobileversion tr td {
    text-align: left;
  }

  table.blue.mobileversion tr td:first-child {
    background: #c5f0f3;
    font-weight: 700;
  }

  table.oransje.mobileversion tr td:first-child {

    font-weight: 700;
  }

  table.green.mobileversion tr td:first-child {
    font-weight: 700;
  }
}