table {
	min-width: 79%;
}
thead {
    padding: 2px;
    background-color: #E8E8E8;
}
td {
    padding: 2px;
}
.info_result {
	text-align: center;
	background-color: #CCFFCC;
}
.warning_result {
	text-align: center;
	background-color: #FFFFCC;
}
.moderate_warning_result {
	text-align: center;
	background-color: #FFCC66;
}
.error_result {
	text-align: center;
	background-color: #FFCCCC;
}
