﻿#resultbox {
	font-family: montserrat, arial, verdana, helvetica, sans-serif;
	width: 750px;
	overflow: hidden;
	margin: 15px auto 0;
	padding: 10px;
/*	text-align: center;*/
	background-color: #bb0000;
	border: 2px solid #000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #ffffff;
	-webkit-box-shadow: 0px 0px 20px #ffffff;
	-moz-box-shadow: 0px 0px 20px #ffffff;
}
div.resultcolumn {
	float: left;
	width: 365px;
	text-align: center;
/*	margin: 0 0 0 10px;*/
	padding: 0 0 0 6px;
	list-style-type: none;
}
div.mlbsingle {
	margin: 10px auto 0;
	width: 300px;
	text-align: center;
	padding: 0;
	list-style-type: none;
}
div.mlbdouble {
	float: left;
	width: 300px;
	text-align: center;
	padding: 0 0 0 324px;
	list-style-type: none;
}
.gametable {
	width: 365px;
	font-size: 14px;
	background-color: #fff;
	border: 2px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0;
	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}
.gametable a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
/*.gametable a:hover {
	color: #0033cc;
	color: #aa0088;
	text-decoration: underline;
}*/
td.gamename {
	width: 255px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0;
	text-align: left;
}
td.gamename img {
/*	float: left;*/
	text-align: left; 
	padding-right: 5px;
}
td.gametext {
	width: 85px;
	font-size: 14px;
	font-weight: bold;
}
td.gamescore {
	width: 25px;
	font-size: 14px;
	font-weight: bold; 
	color: #aa0088;
}