html, body {
	margin: 0;
	padding: 0;
}

table,td,div {
	color: #191919;
}

img {
	border: 0;
}

a {
	border: 0;
	color: #3865C5;
	text-decoration: none;
}

/* Ticker */

div.ticker {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 7px;
	width: 100%;
}

span.ticker-time {
	font-weight: bold;
	margin: 0 5px;
}

span.ticker-fixture {
	font-weight: bold;
}

span.ticker-score {
	font-weight: bold;
	margin: 0 5px;
}

span.ticker-status {
	font-weight: bold;
	margin: 0 30px 0 5px;
}

img.powered {
	float: left;
	margin: -8px 0 0;
}

#space {
	display: inline-block;
	height: 12px;
	width: 10px;
}

/* Ticker */