@charset "utf-8";
/* CSS Document */
.well:hover {
	text-decoration: underline;
	cursor: pointer;
}
.highlighted {
	background-color: #FF0;
}
.small {
	font-size: 80%;
}
#validationResults {
	display: none;
	color: #fff;
	background-color: #900;
	padding: 5px;
	margin: 0;
}
