@import url("../common.css");

body {
	background: black;
}

p {
	color: white;
}

a {
	color: #0066FF;
	font-weight: bold;
}

h1 {
	font-family: 'Arcade';
	background: black;
	color: #0066FF;
	border: 4px solid #339900;
}

#thankyou {
	border: 4px solid #339900;
	clear: both;
	margin: 20px auto;
	padding: 10px;
	width: 40ex;
}

#highscores {
	background: black;
	clear: both;
	margin: auto;
	border: 2px solid #339900;
}

#empty {
	margin: 20px auto;
	text-align: center;
}

#highscores th {
	font-family: 'Arcade';
	border: 2px solid #339900;
	color: #0066FF;
	padding: 5px;
}

#highscores td {
	border: 2px solid #339900;
	/* border-left: 0px; */
	font-family: 'Arcade';
	/* color: #0066FF; */
	color: white;
	white-space: nowrap;
}

#highscores td.date {
	width: 100px;
	padding: 0px 10px;
	text-align: center;
	/* border-left: 3px solid #339900; */
}

#highscores td.name {
	padding: 0px 20px 0px 10px;
}

#highscores td.points {
	text-align: right;
	padding: 0px 10px;
}

#highscores td.thumb {
	text-align: center;
	height: 55px;
}

#highscores tr.altrow {
	/* background-color: #ddd; */
}

#highscores img {
	border: 0px;
}

#conversion {
	clear: both;
	text-align: center;
	font-family: 'Arcade';
	font-size: small;
	color: red;
}

#donate {
	clear: both;
	margin: auto;
	text-align: center;
}

#donate p {
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

#back {
	clear: both;
	margin: 20px auto;
	text-align: center;
	font-family: 'Arcade';
	font-size: small;
}

@font-face {
	font-family: 'Arcade';
	font-style: normal;
	font-weight: normal;
	src: url('JOYSTIX.TTF');
}
