.EUDetectionCheck {
}
.EUDetectionCheck h1 {
	font-size: 20px;
	margin: 3px 0px;
	padding: 0px;
}
.EUDetectionCheck table {
	border-collapse: collapse;
}
.EUDetectionCheck table td,
.EUDetectionCheck table th {
	border: 1px solid black;
	font-weight: bold;
}
.EUDetectionCheck .failed h1 {
	color: red;
}
.EUDetectionCheck h1.passed {
	color: green;
}
.EUDetectionCheck tr.failed {
	background-color: red;
	color: white;
}
.EUDetectionCheck tr.passed {
	background-color: green;
	color: white;
}
.EUDetectionCheck .app-passed {
	display: none;
}
.EUDetectionCheck .app-require,
.EUDetectionCheck .app-version {
	width: 1px;
}

