body {
  margin: 0px;
  font-size: medium;
}
a, span {
	width: 100%;
	display: block;
	background: #333;
	margin: 0px;
	text-decoration: none;
	line-height: 2em;
	color: white;
	font-family: arial;
}
table, th, td {
   border: 0px;
   background: #333;
   color: white;
   text-align:center;
}
tr td a {
	background:none;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
tr:nth-child(odd) td a {
	color: #020201;
}
tr:nth-child(even) td a {
	color: #d92628;
}
tr:nth-child(even) td {
	background: white;
}
tr:nth-child(odd) td {
	background: white;
}
tr td:nth-child(2) {
	background:#6f7076;
	text-align:center;
	font-weight:bold;
	color:#FFF;
}
a.header {
	position: fixed;
	top: 0px;
	display:block;
	width:50%;
}
table tr td {
	min-width:100px;
}
a.drawrace {
	display:block;
	height:22px;
	line-height:22px;
	width:32px;
}
a.drawrace3 {
	height:63px;
	line-height:63px;
}
tr td.schedule1 {
	background-color: #112e3d;
	background-image: url(https://sdbahk.com/mobile/main/schedule1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color:ffffff;
}
tr td.schedule2 {
	background-color: #e6e7e8;
	background-image: url(https://sdbahk.com/mobile/main/schedule2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color:ffffff;
}
tr:nth-child(even) td {
	background: white;
	color:black;
}
tr:nth-child(odd) td {
	background: orange;
	color:black;
}