/* custom */


.varianter{
	width: 262px;
	display: block;
	float: left;
	margin: 7px 14px 7px 0;



	-webkit-border-radius: 10px;
  border-radius: 10px;

  border: 1px solid #ccc;

  background: #fff;
  padding:10px;

  text-decoration: none;
  color: #000;

 -webkit-box-shadow: 0px 0px 5px 5px rgba(1, 1, 0, 0.1);
  box-shadow: 0px 0px 5px 5px rgba(1, 1, 0, 0.1);

  cursor: pointer;
  float:left;

  overflow: hidden;

  text-transform: uppercase;
  font-weight: bold;
  line-height: 21px;
}


.crt{
    clear: both;
}


h1, h2, h3, h4, h5, h6 {
   
}
    
h1 {

}
    
h2 {
 
}

h3 {
 
}

h4 {
   
}

h5 {
 
}




.finger{

  cursor: pointer;
}





