<style>
@media print{
    body * {display:none;}
}
.divNormal {
	width:250px;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
    padding-top: 10px;
    padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
    border: 4px solid #50A7FD;
}

.divLong {
	width:100%;
	float:left;
	padding-right:15px;
	padding-bottom:5px;
}

.divCenter {
 text-align:center;
}

.divLeft {
 text-align:left;
}

.clear {
  clear: both; 
}

.trhead {
	background:#333333;
	color:white;
}


.lblabel {
	width:45%;
	font-weight: bold;
	vertical-align: top;
	text-align:left;
}

.lbcontent {
	width:45%;
	text-align:left;
}
	
br {
	display: block; 
	content: "";
	margin-top: 10px; 
}
	
.bluebox {
	box-sizing: border-box;
    border: 4px solid #50A7FD;
	padding-bottom:10px;
    padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.greenbox {
	box-sizing: border-box;
    border: 2px solid green;
	padding-bottom:10px;
    padding-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.box {
  box-sizing: border-box;
  border: 2px solid #50A7FD;
  width:350px;
  height:200px;
  float:left;
  margin-top: 15px;
  margin-right: 5px;
  padding-top: 30px;
  padding-right: 5px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
}
	
.grecaptcha-badge {
    display:none;
}
  
 </style>