body {
	margin:5px 0px 5px 5px;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.header-bg { background-color: #007814; color: #fff; }
.footer { background-color: #f2f2f2; padding: 20px; }
.print-button { margin-top: 20px; }
.sub-header-bg { background-color: #51ae22;}

#printableArea {
	max-width: 800px; /* or any width like 600px */
	margin: 0 auto;
}

.button, .btnSubmit {
	display: inline-block;
	height: 38px;
	padding: 0 25px;
	color: #fff;
	background-color: #51ae22 !important;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
}

.button, .btnReset {
	display: inline-block;
	height: 38px;
	padding: 0 25px;
	color: #FFF;
	background-color: #ff0000 !important;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
}

@media print {
	* {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}

	body {
		background-color: #FFFFFF;
		font-size: 12px;
		line-height: 1.2;
		margin: 0;
		padding: 0;
	}

	.container {
		page-break-inside: avoid;
		margin: 0 auto;
		width: 100%;
	}

	#printableArea {
		max-width: 800px; /* or any width like 600px */
		margin: 0 auto;
	}

	form, .buttons, .print-button, .formarea {
		display: none !important;
	}

	header, footer {
		display: block;
		margin: 0;
		padding: 0;
		page-break-inside: avoid;
	}

	html {
		zoom: 85%; /* Shrink the full page to help fit all content */
	}
}


