 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	text-align:center;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none;
	text-align:center;
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

br {
	display: block;
	/*margin-bottom: 1px;*/
	font-size: 1px;
	line-height: -22px;
}
strong {
	color: #333333;
	font-weight: bold;
}
#gameLabel {
    position: absolute;
    height: 47px;
    line-height: 45px;
    padding: 5PX;
    background-color: #d04d1e;
    color: #fff;
    z-index: 9999;
 
 
}
#gameLabel::before {
	position: absolute;
	left: -60px;
	top: -33px
}
#gameLabel span span { 
	     font-family: 'Roboto Condensed',Helvetica,'Helvetica Neue',Arial,Verdana,sans-serif;
		     text-transform: uppercase;
	font-weight: 700;
}
#ticker {
	width: 100%;
    height: 59px;
    /* margin: 50px auto; */
    background: rgba(229, 230, 231, 0.55);
    position: relative;
    /* border: 1px solid rgba(0,0,0,0.12); */
    /* box-shadow: inset 1px 1px 3px rgba(0,0,0,0.12); */
}
.clip {
	width: 100%;
	/*  height:80px;*/
	overflow: hidden;
}
#ticker ul {
	position: relative;
	float: left;
	width: 10000px;
	left: 80%;
}
#ticker li {
	list-style: none;
	float: left;
	margin-right: 5px;
	color: #ccc;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	padding: 0 20px;
	/*border-radius: 4px;*/
}
#ticker li:nth-child(odd) {
	background: #995704;
	background: rgba(0,0,0,0.12)
}
#ticker li span.time {
	color: #000;
	margin-right: 5px;
	font-size: .9em;
}
#ticker li span.draw {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #ffdd00;
	font-size: .7em;
	background: rgb(208, 77, 30);
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	font-weight: 300;
}
