@charset "UTF-8";/* CSS Document */.smal {  width:100%;/*95%*/  margin-left:auto;  margin-right:auto;  margin-top:0;/*10px*/	} input.acc {  position: absolute;  opacity: 0;/*  z-index: -1;*/}label  {  position: relative;  display: block;  padding: 0 0 0 1em;/*  background:#F3DADB;#bada55; */  color:#000;  line-height: 2;  cursor: pointer;}/* Icon */ label::after {  position: absolute;  right: 0;  top: 0;  display: block;  width: 3em;  height: 3em;  line-height: 2;  text-align: center;  -webkit-transition: all .35s;  -o-transition: all .35s;  transition: all .35s;} input.acc[type=checkbox] + label::after {  content: "+";} input.acc[type=checkbox]:checked + label::after {  transform: rotate(315deg);}.gkr_blokk {/* Farge for runde1-2-3-blokken:77af00*/	background: #339dd7; !important;	font-size:12px;	color:#000000;	font-weight: bold;}.gkr_blokk::after {/* høyde for beskrivelse-blokken:*/	line-height:2;}.gl_blokk {/* Farge for genliste-blokken:BADA55*/	background: #009966 !important;}.gl_blokk ~ .kommentarblokk {/* Farge for genliste-blokken:	background: #dce98f !important;*/}.kommentarblokk {/* : UNchecked	padding-left:10px; */  max-height: 0;  overflow: hidden;  color: #141414;  background: #F0F0F0;  -webkit-transition: max-height .65s;  -o-transition: max-height .65s;  transition: max-height .65s;}