.green-panel {
	background-color: #cee8dc;
}

.green-panel-heading {
	background-color: #b6d8ca !important;
	font-size: 1.2em;
	font-weight: bold;
}

.blue-panel {
	background-color: #d7e3e3;
}

.blue-panel-heading {
	background-color: #bad7e2!important;
	font-size: 1.2em;
	font-weight: bold;
}

.group-panel {
	display: inline-block;
	width: 900px;
}

.dashboard-panel {
	max-width: 600px;
}

.matchTableRow td {
	text-align: center;
}

.scoreCellBorder{
	border: #667390 solid 1px !important;
	white-space: nowrap;
}

.scoreCell {
	width: 50px;
	background-color: #c9e2ea;
	font-weight: bold;
	white-space: nowrap;
}

.winningTeamCell {
	width: 200px;]
}

.winningScoreCell {
	background-color: #fff0ab !important;
}

.drawScoreCell {
	background-color: #ffd2be !important;
}

.noScoreCell {
	background-color: #bdbdbd !important;
}

.predictedScoreCell {
	background-color: #e8d7ef !important;
	white-space: nowrap;
}

.pointsScoreCell {
	background-color: #c2ffc2 !important;
}

.scoreboard-table td, th {
	text-align: center;
	border-right: 2px solid #dddddd;
}

.lastUpdated {
	/*position: absolute;
    right: 20px;
	z-index: -100;*/
	text-align:center;
    margin-bottom: 10px;
}

.predictionHead th {
	text-align: center;
	border: 0;
}

.predictedScoreHead {
	background: #d8b1e4;
	white-space: nowrap;
}

.actualScoreHead {
	background: #88cade;
	white-space: nowrap;
}

.pointsScoreHead {
	background: #8dde8d;
}

.formSelect {
    width: 100%;
    text-align: center;
}

.prediction-table td {
	text-align: center;
}

.green-panel table tbody tr td {
	vertical-align: middle;
}

.green-panel table thead tr th {
	vertical-align: middle;
}

.notPredictedCell {
	background: #ffdfdf;
}

.predictedCell {
	background: #d1ffd1;
}

.partiallyPredictedCell {
	background: #fffdad;
}

.matchTableClickable:hover {
	cursor: pointer;
	background: #ccffde !important;
}

.matchPredictionsTable {
	max-width: 1100px;
}

.matchPredictionsTable th, td {
	text-align:center;
}

.cantWin {
	text-decoration: line-through;
	background: #ffe1e1;
}

.pointsGainedColumnHeader {
	background-color: #97ffbb;
}

.pointsGainedColumnRow {
	background-color: #d9ffe1;
	font-weight: bold;
}