﻿.small-form {
  width: 250px;
  float:left;
  margin-right: 100px;
}
.radio label, .checkbox label {
  font-weight: bold;
}
.content {
  margin-top: 100px;
  padding: 40px 10px 0px 0px;
}
.sitetitle {
  display: block;
  width: 300px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: transparent;
  color: white;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
}
.skjult {
    display: none;
}
.panel-info > .panel-heading {
    font-weight: 600;
    color: #000;
}

.hcell-navn {
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding-left: 5px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    background-color: hsla(0,0%,96%,1);
    width: 330px;
}

.hcell1 {
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    height: 40px;
    background-color: hsla(0,0%,96%,1);
}

.hcell2 {
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    text-align: left;
    background-color: hsla(0,0%,96%,1);
    padding-left: 5px;
    height: 40px;
}

.hcell3 {
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    vertical-align: top;
    background-color: hsla(0,0%,96%,1);
    height: 40px;
}

.cell3 {
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 3px;
    text-align: left;
    vertical-align: top;
    height: 30px;
}


@media (min-width: 1000px) {
    .hcell-navn {
        width: 330px;
    }

    .hcell1 {
        min-width: 120px;        
    }

    .hcell2 {
        min-width: 180px;        
    }

    .hcell3 {
        min-width: 150px;        
    }    
}
@media (min-width: 500px) {
  .logo {
    margin-top: 25px;
    float: left;
  }
}
@media (max-width: 499px) {
  .logo {
    display: none;
  }
}

.ohnohoney {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}