table.replayparser_errors {
	width: 100%;
}
table.replayparser_errors thead {
	font-weight: bold;
	font-family: "comic sans ms";
	font-size: 14px;
}

table.replayparser_errors td {
	padding: 5px;
}

table.replayparser_errors tr:nth-child(even) {
	background: #CCC;
}
table.replayparser_errors tr:nth-child(odd) {
	background: #FFF;
}

table.replayparser_errors tr:hover {
	background: #cadc99;
}

.hidden_errormsg {
	position: absolute; 
	border: 1px solid black; 
	z-index: 1000; 
	background-color: white; 
	margin-left: -300px; 
	max-height: 500px; 
	width: 800px;
	overflow: auto;
	padding: 5px;
}

table.replayparser_errors td input {
	width: 100%;
}
table.replayparser_errors td input.timepicker {
	width: 150px;
}
