* {
	margin:0px;
	outline:0px;
	padding:0px;
}

html, body {
	width:100%;
	height:100%;
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:16px;
	font-weight:400;
	line-height:20px;
	color:#525252;
	background-color:#fff;
	padding:0px 20px 20px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h5 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:32px;
	font-weight:600;
	line-height:28px;
	color:#193764;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:10px;	
}

h6 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:24px;
	font-weight:600;
	line-height:32px;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #bbb;
}

h1 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:32px;
	font-weight:600;
	line-height:32px;
	color:#10465e;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

h2 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:18px;
	font-weight:800;
	line-height:24px;
	color:#10465e;
	margin-bottom:10px;
}

h3 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:48px;
	font-weight:600;
	line-height:32px;
	color:#ffffff;
	text-shadow: 0 2px 4px #092735;
	text-transform:uppercase;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

p {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:#525252;
	margin-bottom:10px;
}

ul {
	margin-left:20px;
}

ol {
	margin-left:15px;
}

li {
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#0b1c40;
	border-bottom:2px dotted #0098bd;
}

a:hover {
	color:#0098bd;
}

.leaderboard_table {
	padding:0px;
	border:none;
	width:100%;
	margin:20px 0px 40px 0px;
}

.leaderboard_table tr {
	padding:5px 0px;
}

.tdrank, .tdnickname, .tdavatar, .tdscore {
	border-bottom:1px solid #bbb;
}

.tdrank {
	text-align:left;
}

.tdscore {
	text-align:left;
}

@media screen and (max-width: 720px) {
	html, body {
		font-size:12px;
		padding:0px 3px 3px 3px;
	}
	
	.leaderboard_table {
		margin:3px 0px 6px 0px;
	}
	
	h6 {
		font-family: 'Roboto Condensed', 'sans-serif';
		font-size:14px;
		font-weight:600;
		line-height:20px;
		text-transform:uppercase;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:2px solid #bbb;
	}
}
