/* @override http://localhost/~michaelcaruso/egs_svn/view/css/support.css */

#problemsubmitted {
	border: 3px solid #007900;
	padding: 8px;
	background-color: #0f0;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align: center;
}

#problemnotsubmitted {
	border: 3px solid #810016;
	padding: 8px;
	background-color: #f00;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	color: #fff;
	text-align: center;
}
