/* OER CUSTOM STYLES */

@font-face {
	font-family: 'digital-7';
	
	src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('digital-7.woff2') format('woff2'), /* Super Modern Browsers */
		 url('digital-7.woff') format('woff'), /* Pretty Modern Browsers */
		 url('digital-7.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

#oer_canvas {


	background-size: 0;
}

#canvas {

	margin-top:1px;

	background:#ccc;

	

}

#oer_results {

    

    margin: 90px 0 0 0;

    
}


#kyklwma1 {
	
	display:block;
	
	width:210px;
	margin:40px 0 0 55px;
	text-align:center;
}


.value-box {
	display:block;
	width:auto;
	background:#39454a;
	border:10px solid orange;
	border-radius:10px;
	padding:10px;
	color:white;
	font-weight:bold;
	font-size:20px;
}


#V_minus,#V_plus,#R2_minus,#R2_plus,#L_minus,#L_plus {
	cursor:pointer
}





#oer_theory {

	margin-top:-65px;  /* change this with the actual total height */

}



#oer_application {

	margin-top:-361px; /* change this with the actual total height */

}



#oer_investigation {

	margin-top:-215px; /* change this with the actual total height */

}









