.printenrl-top-bar-container {
	border-top: 4px solid;
	border-bottom: 4px solid;
	padding: 2px 20px 4px;
	line-height: 1.2;
	text-align: center;
}
.printenrl-top-bar-heading {
	font-size: 19px;
	font-weight: bold;
	padding-top: 10px
}
.printenrl-top-bar-logo {
	height:65px;	
}
.printenrl-top-bar-body {
	font-size: 16px;	
}
.printenrl-top-panel-container {
	/*background-color: #ebebf0;*/
	padding: 10px 30px;
	text-align: left;
}
.printenrl-top-panel-form-container {
	background-color: #fff;
	border: 1px solid;
	padding: 10px 15px;
	line-height: 1.1;
	text-align: center;
}
.printenrl-top-panel-heading-text {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.printenrl-top-panel-body-text {
	font-size: 16px;
	text-align: center;
}
.printenrl-body-heading-text {
	font-size: 19px;
	font-weight: bold;	
}
.printenrl-body-subheading-text {
	font-size: 16px;
	font-weight: bold;
}
.printenrl-body-text {
	font-size: 16px;	
}
.printenrl-footer-text {
	font-size: 13px;
}
.printenrl-container {
	position: relative;	
}
.printenrl-bottom {
	position: fixed;
	bottom: 0px;
}
.clearfloat::after {
	content: "";
	clear: both;
	display: table;
}