.teamtable {
	width: 100%;	
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
.teamtable th {
	font-weight: normal;
	color: #FFF;
	background: #275050;
	border-top: 1px dashed #066;
	padding-left: 5px;
	padding: 5px;
}
.teamtable td {
	padding: 5px;
	color: #FFF;
	border-top: 1px dashed #fff;
}
.teamtable tbody tr:hover td {
	color: #033;
	background: #ADCFC0;
}

.grouptable{
	border: 1px solid #69c;
	
}

.grouptable th{
	font-weight: normal;
	color: #FFF;
	background: #275050;
	
}
.winner{
	color: #090;
}
.loser{
	color: #F33;
}