/* OER CUSTOM STYLES */

body {
	margin:20px auto;
}

#canvas {
	margin-top:100px;
	background:#eee;
	border:1px dashed #fff;
}

#oer_canvas {
	padding:30px;
}

.theme-geogebra #oer_canvas {
	background:#eee url('../images/bkg_grid.png') repeat 0 0;
}

.modal-dialog {
	width: 90%;
	max-width:960px;
}

.modal-title {
    padding-top: 12px;
    color: #abd8ff;
}

.modal-body p, .modal-body div {
	font-size: 14px;
}





/* Fix Responsive View */

/*
@media (min-width: 1140px) {

	.modal-dialog {
		max-width: 960px;
	}

}
*/



@media screen and (max-width: 1024px) {

	body {
		margin:0 auto;
	}

	#oer_canvas {
		height:100%;
	}

}

/*
@media screen and (max-width: 768px) {
	#oer_help {
		margin-top:320px;
	}
	#oer_canvas {
		height:600px;
	}
}


@media screen and (max-width: 425px) {
	#oer_help {
		margin-top:80px;
	}
	#oer_canvas {
		height:350px;
	}
}
*/