/* 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:100px;

	background:#ccc;

	

}

#R1_minus,#R1_plus,#R2_minus,#R2_plus,#R3_minus,#R3_plus {
	cursor:pointer
}





#oer_theory {

	margin-top:-350px;  /* change this with the actual total height */

}



#oer_application {

	margin-top:-239px; /* change this with the actual total height */

}



#oer_investigation {

	margin-top:-190px; /* change this with the actual total height */

}









