/* news */
div.news_item {
	background-color: #B3EDEF;
	border: 1px dashed #AAAAAA;
	margin-top: 30px;
	padding: 10px;
	text-align: justify;
}
span.news_date {
	font-weight: bold;
}

/* regular play */
table.group_table {
	
}
table.group_table th {
	text-align: left;
}
table.group_table td {
	text-align: center;
}

/* rankings */
.top_team {
	background-color: yellow;
}

/* elimination round */
.winner {
	background-color: yellow;
}
