.JSTeam {
	position: absolute;
	width: 49%;
	border-spacing: 1px;
	border-collapse: collapse;
}
.JSTeam thead td { font-size: 1em; font-weight: bold; background-color: #222; color: #FFF; }
.JSTeam td { text-align: center; vertical-align: center; padding: 0px; }
.Team1 { left: 0.5%; }
.Team2 { right: 0.5%; }
.JSTeam .Number, .Team .Box, .Team .FO_EXP, .Team .Total { width: 8.33%; }
.JSTeam tr:nth-child(2n-1) { background-color: #FFF; }
.JSTeam tr:nth-child(2n-2) { background-color: #CCC; }

#statusBox{
	position:relative;
	bottom: 2%;
}
/* responsive vertical layout on phones and tablet portrait */
@media only screen and (max-width: 960px) { 
   .JSTeam{
	position: relative;
	float:left;
	width: 99%;
	margin-bottom:1em;
	}
	.Team1, .Team2 { 
	position: relative; 
	margin:2px;
	left:auto;
	right:auto;
	}
}
