@import url(http://fonts.googleapis.com/css?family=Lato:400,700) screen;
html, body {
	font-family: 'Lato', sans-serif;
}
h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
	line-height: 20px;
}
body {
	font-size: 14px;
	line-height: 16px;
	position: relative;
	width: 100%;
}
.errormsg {
	padding: 10px;
}
#logo {
}
.float_1 {
	width: 50%;
	float: left;
}
.float_2 {
	width: 20%;
	float: left;
}
.wrapper_print {
	
}
.clearRows td {
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.clearRows tr:nth-child(2) {
	background-color: #A8EAFF;
}