body{
	font: 15px Verdana, sans-serif;
	margin: 0px;
	background-color: #b7c490;
}

h2 {
	font: bold 16px Verdana, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

#logo_box {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 260px;
	height: 70px;
	background-color: #5d7327;
	border-radius: 5px;
	box-shadow: #3f4e1b 5px 5px 0px;
}

#logo {
	position: relative;
	left: 14px;
	top: 14px;
}


#top_box {
	position: absolute;
	left: 20px;
	top: 10px;
	right: 300px;
	height: 70px;
	background-color: #99aa59;
	padding-left: 20px;
	border-radius: 5px;
	box-shadow: #86954c 5px 5px 0px;
}

#title_label_box {
	position: absolute;
	top: 12px;
	left: 20px;
	font: bold 14px Verdana;
	color: #d9e3a4;
}
#title_box {
	position: absolute;
	top: 35px;
	left: 20px;
	font: bold 20px Verdana;
	color: #262d1b;
}

#label_passed {
	position: absolute;
	top: 5px;
	right: 195px;
	font: bold 13px Verdana;
	color: #758335;
}

#label_failed {
	position: absolute;
	top: 5px;
	right: 72px;
	font: bold 13px Verdana;
	color: #758335;
}

#tests_passed {
	position: absolute;
	top: 15px;
	right: 160px;
	width: 120px;
	text-align: center;
	font: bold 45px Verdana;
	color: #338329;
}

#tests_failed {
	position: absolute;
	top: 15px;
	right: 30px;
	width: 120px;
	text-align: center;
	font: bold 45px Verdana;
	color: #ad5646;
}

#tests_box {
	position: absolute;
	left: 10px;
	top: 90px;
	right: 160px;
	bottom: 10px;
	padding: 5px;
	overflow: auto;
}

.test {
	padding: 10px;
	margin: 15px 10px 10px 10px;
	border-radius: 5px;
}

.test.ok {
	background-color: #6eb166;
	box-shadow: #508e48 5px 5px 0px;
}

.test.fail {
	background-color: #c98679;
	box-shadow: #bf6060 5px 5px 0px;
}

.test_id {
	position: relative;
	float: right;
	margin: 6px 16px;
	padding: 4px 8px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border-radius: 5px;
	background-color: rgba(79,94,70,0.34);
	color: #f0f5cc;
}
.descrip {
	padding: 5px 20px;
	font-size: 14px;
	color: rgba(0,0,0,0.60);
}
.check {
	padding: 0px 20px;
	margin: 5px;

}
.check_text {
	margin-left: 35px;
	padding: 5px 20px;
	vertical-align: middle;
}

.check .ok {
	position: relative;
	float: left;
	width:28px;
	text-align: center;
	background-color: #2fa076;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
	box-shadow: #386e5a 4px 4px 0px;
	border-radius: 5px;
}
.check .fail {
	position: relative;
	float: left;
	width:28px;
	text-align: center;
	background-color: #da6878;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
	box-shadow: #a54653 4px 4px 0px;
	border-radius: 5px;

}
.check .comment {
	color: #e1f3c0;
	padding-left: 20px;


}
