<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body  &gt; .container {
	width: 500px;
	max-height: 98%;
	margin: 10px;
	border: 1px solid #fff;
	background-color: #ffffff;
	box-shadow: 0px 2px 7px #292929;
	-moz-box-shadow: 0px 2px 7px #292929;
	-webkit-box-shadow: 0px 2px 7px #292929;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.page-section {
	margin-top:40px;
}
.mainbody,
.header,
.footer {
	padding: 5px;
}
.mainbody {
	margin-top: 0;
	min-height: 150px;
	max-height: 98%;
	overflow: auto;
}
.header {
	height: 40px;
	border-bottom: 1px solid #EEE;
	background-color: skyblue;
	margin: -10px -10px 10px -10px;
	padding: 20px;
	margin-bottom: 20px;

}
.footer {
	height: 40px;
	background-color: whiteSmoke;
	border-top: 1px solid #DDD;
	margin: 10px -10px -10px -10px;
	padding: 20px;

}
.headerColumn{
	width:15%;
	display: inline-block;
}
.bodyColumn{
	width:49%;
	display: inline-block;
	vertical-align: text-top;
}</pre></body></html>