HTML {
	font-family: OpenSans;
	font-size: 14px;
}

BODY {
	padding: 0px;
	margin: 0px;
}

A {
	text-decoration: none;
}

A:HOVER {
	text-decoration: none;
}

IMG {
	border: 0px none #000000;
}

H1 {
	font-size: inherit;
	margin: 0px;
	display: block;
}

H2 {
	font-size: 16px;
	margin: 0px;
	display: block;
	text-align: center;
}

H3 {
	font-size: inherit;
	margin: 0px;
	display: block;
}

.article P {
	margin: 0.0em 0.0em 0.4em 0.0em;
}

.article UL {
	margin: 0.0em 0.0em 0.4em 2em;
}

.article OL {
	margin: 0.0em 0.0em 0.4em 2em;
}

.article_head {
	text-align: center;
	font-size: 32px;
	padding-bottom: 20px;
}

.article_head_insert {
	font-size: 18px;
}

.article_head_between {
	font-size: 22px;
}

.article_head_sub {
	font-size: 22px;
}

.recent TH {
	border: 1px solid #000000;
}

.recent TD {
	border: 1px solid #000000;
}

.recent {
	border-collapse: collapse;
}

.toparea IMG {
	display: block;
	margin: 0 auto;
}

.toparea {
	background-color: #281c1c;
}

.contentarea {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0px;
	min-height: 500px;
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.footerarea {
	text-align: center;
	padding-top: 50px;
}

.player-stats LI DIV div.number {
	width: 30px;
	height: 100%;
	margin: 0px 10px 0px 0px;
	border: 0px;
	background-color: rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 20px;
	padding: 0px;
}

.player-stats LI DIV {
	background-color: #281c1c;
	color: #ffffff;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: inline-block;
	border: 2px solid #FFFFFF;
}

.player-stats LI div:nth-of-type(1) {
	width: 35%;
}

.player-stats LI div:nth-of-type(2) {
	width: 15%;
	text-align: center;
}

.player-stats LI div:nth-of-type(3) {
	width: 15%;
	text-align: center;
}

.player-stats LI div:nth-of-type(5) {
	width: 20%;
	text-align: center;
}

.player-stats LI div:nth-of-type(4) {
	width: 15%;
	text-align: center;
}

.player-stats li.header DIV {
	background-color: #ce422b;
	font-size: 130%;
}

ul.player-stats {
	padding: 0px;
	list-style-type: none;
}

.last-events .timestamp {
	display: inline-block;
	margin-right: 10px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.last-events LI {
	background-color: #cccccc;
	color: #000000;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 2px solid #FFFFFF;
}

.last-events {
	list-style-type: none;
	padding: 0px;
}

