body { margin:0; padding:0; background:#FFFFFF; font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;  }
#map { position:absolute; top:0; bottom:0; width:100%; }
#klTitle {position:absolute; top:20px; left:0; font-weight: 700; font-size: 24px; margin:0 14px; padding: 4px 7px; background: rgba(255,255,255, 0.7); border: 1px solid #999; z-index: 101; color: #333;}
#klSettings {position:absolute; bottom:20px; right:5px; width:140px; margin:0; padding:0; background: #FFF; border: 1px solid #333; z-index:400;}
.kilde {
  position:absolute; right:5px; bottom:5px; 
  font-size: 11px;
  color:#999999;
}
.kilde a {
  color:#009900;
}
#legend {padding:4px 0; margin: 5px 0 0 0; border-top:1px solid #333;list-style: none; }
#legend li {padding: 4px 7px; font-size: 13px; line-height: 20px;}
#legend li span {float: left; width:30px; height:20px; border:1px solid #999; margin-right: 10px;}
.kl-pop-header {display:block; border-bottom: 1px solid #666666; font-size: 16px; font-weight: 700; padding:2px 4px;margin:0 0 7px 0;}
.kl-data {color:#000000; font-size:14px; font-weight: 400; }
.kl-strong {font-weight: 700;}
.kl-subject {padding:4px 7px;}
.close .kl-subject {
    padding:0;
    max-width:0;
    transition: max-width 0.75s ease-out;
    overflow:hidden;
}
.kl-subject label {
    font-weight : 700;
    font-size : 14px;
}
#klSelect {
    font-size: 14px;
    display:block;
    width:120px;
    padding:3px 4px;
    margin: 5px 0 0 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    /*-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;*/
    background: #f7f7f7;
    color:#333;
    border:1px #CCC solid;
    outline:none;
    /*-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
    cursor:pointer;
}
#klSelect option {
    text-align: center;
    display: block;
}
#chart {width:200px;min-width:200px;height:100px; padding-right:10px; padding-top:10px;
    /*position: absolute; top:10px; right:10px; background: #FFF; border: 1px solid #333;*/}
.c3-axis.c3-axis-x .tick line, .c3-legend-item {display:none;}
.mapboxgl-popup {
    z-index:470;
}
.nav-icon {
    /*display:none;*/
    position:absolute;
    right:100%;
    bottom: 10px;
    width:31px;
    height:30px;
    cursor:pointer;
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    margin-right:-1px;
    padding-top:2px;
    background: #FFF;
    border: 1px solid #333;
    border-right: 1px solid #FFF;
}
.close .nav-icon {
    margin-right:0px;
}
.nav-icon:hoiver {
    background: #FFF;
    border: 1px solid #333;
    border-right: 1px solid #FFF;
}
.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  background-color: #333;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  content: '';
  display: block;
  height: 4px;
  margin: 4px 3px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.nav-icon:hover:after, 
.nav-icon:hover:before, 
.nav-icon:hover div {
    background: #cc0000;
}
.open .nav-icon:before {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
}
.open .nav-icon:after {
  transform: translateY(-8px) rotate(-135deg);
  -moz-transform: translateY(-8px) rotate(-135deg);
  -webkit-transform: translateY(-8px) rotate(-135deg);
}
.open .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
#klSettings.close {
    max-width:0;
    right:0;
    border:0;
    transition: all 0.75s ease-out;
}
.close #legend {
    max-width: 0;
    max-height: 149px;
    transition: max-width 0.5s ease-out;
    overflow: hidden;
}
@media all and (max-width: 640px)  {
    /* put mobile css formatting here */ 
    #klTitle {
         font-size: 18px;
    }
}
@media all and (max-width: 480px)  {
    /* put mobile css formatting here */ 
    #klTitle {
         font-size: 14px;
    }
}

