/*
* Egne css til YOLO
*/



/* BS varianter  */
.bg-lgrey {
	background-color: lightgrey;
}

/* Egne*/




/* baggrund grøn */
.baggrund{
	background-color: green;
}

/* billedhøjde 150 px */
.h150{
	height: 150px;
}

/* tekst areal black */
.fig-font{
	font-family: "Arial Black", Arial, sans-serif;
}

/*Rød border 1 px */
.bor1red {
	border: 1px solid red !important;
	}