.highScoreList table thead th.title {
	border-bottom: 1px solid black;
}

.highScoreList * {
	padding: 0;
}

.highScoreList td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.highScoreList tr.even {
	background-color: #eeeeee;
}

.highScoreList tr.odd {
	background-color: #ffffff;
}

td {
	text-align: bottom;
}

div.text {
	color: #000000;
	font-weight: bold;
	width: 5em;
	border: 0 none;
	border-bottom: 1px solid black;
	float: left;
	height: 1.2em;
	text-align: right;
	margin: 0 0.5em;
	padding: 0 0.25em;
	white-space: nowrap;
}

div.text.potential {
	color: #aaa;
	font-weight: normal;
}

#newGame, #options {
	clear: both;
}

.highScoreList {
	margin-bottom: 1em;
}

.highScoreList table {
	width:40em;
	border: 1px solid black;
	margin-top: 1em;
}

.highScoreList .position {
	width: 2em;
}

.highScoreList .score {
	width: 5em;
}

.highScoreList .name {
	width: 100%;
}

#upper .high {
	background-color: #99FF99;
}

#upper .exact {
	background-color: #9999FF;
}

#upper .low {
	background-color: #FF9999;
}

fieldset {
	width: 15em;
}

form p {
	text-indent: 0;
	margin-left: 0;
	padding-left: 0;
}

#diceTable th {
	padding-left: 0.5em;
	padding-right: 0;
}

#diceTable th:first-child {
	padding-left: 0;
	padding-right: 0.5em;
}

@media print {
	#randomStatus {
		display: none;
	}
}

@media screen {
	input.text {
		background-color: white;
		color: black;
	}

	table#diceTable tr td {
		text-align: center;
		padding: 0 0.1em;
	}

	table#diceTable tr td.left {
		text-align: left;
	}

	table#diceTable tr th {
		text-align: right;
	}

	table#diceTable tr td img {
		cursor: pointer;
	}

	#totalTable input.button {
		width: 10em;
	}

	#upper {
		float: left;
	}
	#lower {
		margin-left: 3em;
	}
	#options ul, #options li {
		list-style: none;
		display: block;
		margin: 0;
		margin-left: 0em;
		padding: 0;
	}
	tr.current {
		font-weight: bold;
	}
	#newGameBtn {
		margin-top: 1em;
	}
	#rollBtn {
		padding: 0 1em;
	}

	#randomStatus div {
		text-align: left;
		font-size: smaller;
		margin: 0.5em 0;
	}
	#randomStatus .real {
		display: none;
		background-color: #9F9;
		padding: 0 1em;
		float: left;
	}
	#randomStatus .pseudo {
		display: none;
	}
	#randomStatus.real .real,
	#randomStatus.pseudo .pseudo {
		display: block;
	}
}

