/* colours



Red: #ed1c24


bg: #231f20



<link href="https://fonts.googleapis.com/css?family=Raleway:400,500" rel="stylesheet">




*/

body {
	margin: 0px;
	background-color: #231f20;
}



td {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}

.red	{
	color: #ed1c24;
	font-weight: 500;
}

img	{
	width: 13px;
	height: auto;
	margin-bottom: -1.5px;
	padding-left: 5px;

}

.date	{
	font-size: 10px;
	padding-top: 2px;
}

.date_center	{
	font-size: 10px;
	padding-top: 2px;
	border-left: 1px solid #ed1c24;
	border-right: 1px solid #ed1c24;
}

.center	{
	border-left: 1px solid #ed1c24;
	border-right: 1px solid #ed1c24;
}