/*----------------------------------------------------------------------------------
  FLIKAR 1 - Standardutförande
----------------------------------------------------------------------------------*/
.tabs {padding:0; margin:0;}
.tabs .col {margin-bottom:0;}
.tabs li {text-align:center; padding:5px; cursor:pointer; text-transform:uppercase; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.tabs li.activeTab {border:none; box-shadow:0 2px 0 #333;}
.startflikwrapper {display:none;}
.startflikwrapper.active {display:block;}
#Faktablad .tabscontent {border:1px solid #eee; padding:20px;}
#Faktablad .tabswrapper {margin:10px 0; padding:10px 0;}

/* TYPOGFRAFI */
.tabs li, .tabs li a {color:#999; font-size:11px;}
.tabs li.activeTab, .tabs li.activeTab a {color:#333;}

@media screen and (max-width: 850px) {
	#Faktakolumn .tabs li {width:25%; font-size:8px;}
	#Faktakolumn .tabs li a {font-size:8px;}
}