#nostradamuslist * {
	font-size: 12px;
	}

.group {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	}

.scores {
	width: 204px;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
	}

.voting {
	width: 100%;
	margin-top: 3px;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
	}

.scores tr {
	height: 30px;
	}
.voting td {
	padding: 3px;
	}
.scores td {
	padding: 3px;
	text-align:center;
	}

.flag {
	text-align: center;
	width: 20px;
	}
.flag img {
	padding: 1px;
	margin-top: 4px;
	border: 1px solid #cccccc;
	}

.country {
	width: 25px;
	}

.score {
	text-align: center;
	width: 20px;
	}

.matchlist {
	vertical-align: top;
	}

.placing {
	vertical-align: top;
	padding-left: 3px;
	width: 100%;
	}

.teams td { color: #202020; text-align: center; padding: 5px; }
.teams .header td { white-space: nowrap; font-weight: bold; background-color: #cccccc; }
.teams td.country { white-space: nowrap; font-weight: bold; text-align: left; width: 100%; }

.teams .advance {
	background-color: #aa0000;
	border-right: 1px solid #aa0000;
	border-left: 1px solid #aa0000;
	border-top: 1px solid #dd0000;
	border-bottom: 1px solid #330000;
	}

.teams .advance td,
.teams .home td {
	color: #eeeeee;
	}

.teams .home {
	color: #eeeeee;
	background-color: #660000;
	border-right: 1px solid #660000;
	border-left: 1px solid #660000;
	border-top: 1px solid #330000;
	}

.teams {
	width: 100%;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
	}
.teams tr {
	height: 25px;
	}

.sep { width: 10px; text-align: center; }
