@CHARSET "UTF-8";
html, body {
	color: #000;
	font: 12px normal "Trebuchet MS", "Times New Roman", Arial, sans-serif;
	padding: 0;
}
h2 {
	font-size: 1.3em;
	margin: 20px 0 0;
}
p {
	margin: 5px 0;
}

@media (max-width: 850px) {
	.ojs-holder {
		width: 100% !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		height: 400px !important;
	}
	
	.ojs-container h1 {
		font-size: 16px;
		text-align: left;
		font-weight: bold;
	}
}