body {
	font-family: sans-serif;
	color: #fafafa;
	background: #662B61 url(../images/zookaa/background.jpg) repeat top center fixed;
}

.header {
	max-width: 320px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header h1 {
	margin-top: -30px;
	margin-left: -80px;
}

.contents {
	max-width: 1020px;
	margin-bottom: 20px;
}

.contents h2 {
	margin: 0;
}

.leaderboard {
	padding: 10px;
	width: 340px;
}

.table-wrap {
	border: 3px solid #815799;
	background-color: #202020;
	min-height: 200px;
	border-radius: 5px;
	overflow: hidden;
}

.table {
	margin-bottom: 0;
}

table tr.gold .r_rank div {
	background-color: gold!important;
	color: black;
	font-weight: bold;
}
table tr.silver .r_rank div {
	background-color: silver!important;
	color: black;
	font-weight: bold;
}
table tr.bronze .r_rank div {
	background-color: coral!important;
	color: black;
	font-weight: bold;
}

table tr.gold .r_score,
table tr.gold .r_player,
table tr.silver .r_score,
table tr.silver .r_player,
table tr.bronze .r_score,
table tr.bronze .r_player {
	font-weight: bold;
}


table tr th, table tr td {
	vertical-align: middle;
}

th.h_rank {
	text-align: center;
	width: 30px;
}

td.r_rank {
	text-align: center;
}

th.h_score {
	width: 70px;
	text-align: right;
}

td.r_score {
	text-align: right;
}

th.h_mode {
	width: 70px;
	padding-left: 10px;
}

td.r_mode {
	padding-left: 10px;
}

tr.empty td {
	color: #666!important;
}

.informations {
	width: 100%;
	max-width: 1000px;
	margin: 40px 0;
	padding: 10px;
	background-color: #815799;
}

.title img {
	max-width: 200px;
}

.category-title {
	text-align: center;
	background-color: #1A1A1A;
	margin-bottom: 0;
	padding: 5px 0;
}

.category-title img {
	max-width: 48px;
	margin-right: 5px;
}
