.missing {
	background-color: LightCoral;
	color: black;
}

.perm {
	background-color: yellow;
	color: black;
}

.hc {
	background-color: LightGreen;
	color: black;
}

.empty {
	background-color: white;
	color: white;
	border: medium none;
}

.thisrun {
	background-color: LightBlue;
	color: black;
}

.titlerow td {
	font-size: x-large;
}

.hidden {
	display: none;
}

.infotable {
	width: 100%;
	padding-bottom: 20px;
}

.infotable td {
	width: 25%;
}

.compact .smalltile {
	height: 5px;
	line-height: 5px;
	width: 5px;
	overflow: hidden;
	cursor: crosshair;
}

.compact tr {
	height: 5px;
	line-height: 5px;
	padding: 0px;
	margin: 0px;
}

