/*
* Egne css til YOLO
*/


/* BS varianter  */
.bg-lgrey {
	background-color: lightgrey;
}

.baggrund{
	background-color: green;
}

/* Egne*/

.h150{
	height: 150px;
}

.h250{
	height: 250px;
}


.fig-font{
	font-family: "Arial Black", Arial, sans-serif;
}

.bortopnone{
  border-top-style: none;
}
