body {
	font-family: Arial, sans-serif;
	padding: 24px;
}

img.banner {
	width: 100%;
	height: auto;
	max-width: 910px;
}

.top-banner {
	width: 100%;
    height: 0;
    padding-top: 17.2%;
    background-image: url('euro2016.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-width: 1000px;
}

.flexbox-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.flexbox-container.bottom {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;

	align-items: flex-end;
}

.points-table {
	margin-bottom: 16px;
}

.points-table  td {
	padding-right: 8px;
}

.match-table {
	border-collapse: collapse;
	margin-bottom: 32px;
}

.match-table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.match-table td {
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
}

.match-table  td.prediction{
	border: 1px solid #ccc;
	min-width: 80px;
}

.match-table  tr td:first-child {
	padding-left: 0px;
}

.date-block {
	background-color: #0088EA;
	color: white;
	min-width: 44px;
	text-align: center;
	padding: 4px;
}

.date-block .day {
	font-weight: bold;
	font-size: 22px;
	line-height: 0.9em;
}

.date-block .month {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
}
.date-block .time {
	font-size: 11px;
	line-height: 1em;
}

.flag {
	position: relative;
	margin-right: 8px;
	width: 64px;
	height: 68px;
	background-repeat: no-repeat;
	background-position: left top;
}

.flag-medium {
	/*margin-right: 8px;*/
	position: relative;
	width: 60px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	margin-bottom: -4px;
}

.flag.extra {
	width: 76px;
	background-position: center top;
}

.flag.winner {
	background-color: rgba(255, 216, 0, 0.333);
}

.flag-small {
	display: inline-block;
	width: 28px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	margin-right: -2px;
}

.flag-small.winner {
	border: 1px solid #999;
	background-color: rgba(255, 225, 0, 0.667);
}


.flag .country {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
}

.flag.extra .country {
	position: absolute;
	bottom: 0;
	left: 8px;
	font-size: 12px;
}

.match-table  td.group{
	font-size: 24px;
	font-weight: bold;
}

.country-block  .score {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin-right: 8px;
	text-align: center;
}

.country-block  .score .note {
	display: block;
	margin-top: 4px;
	text-align: center;
	font-size: 16px;
	line-height: 0.9em;
	color: #999;
}

.player-block {
	display: inline-block;
}

.player-block .name {
	font-size: 12px;
}

.player-block .prediction .score {	
	font-size: 20px;
	font-weight: bold;
}

.player-points {
	display: inline-block;
	margin-left: 8px;
	color: white;
	background-color: white;
	opacity: 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 24px;
}


.player-points.points1 {
	background-color: #FF802B;
	opacity: 1;
}

.player-points.points3 {
	background-color: #F7CE00;
	opacity: 1;
}

.player-points.points4 {
	background-color: #00AD11;
	opacity: 1;
}

.player-points.points5 {
	background-color: #0088EA;
	opacity: 1;
}

.player-block .prediction .stripe {
	font-size: 20px;
	font-weight: normal;
}

.player-block .name {
}

.predicted-countries-table tr td:nth-child(odd) {
	background-color: #e8e8e8;
}

.predicted-countries-table tr td {
	padding-left: 8px;
	vertical-align: top;
}