.sub-nav {
	background-color: #FFC773;
	min-height: 30px;
	line-height: 30px;
}
.sub-nav p {
	margin-bottom:0px !important;
	vertical-align: middle;
	text-align: center;
}

a.anchor-list-group-item {
	color: #000;
}

.game-item {
	/* border-bottom: 3px solid #dddddd !important; */
			-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.55);
}

.vali {
	height: 4px;
	position: relative;
	z-index: -1;
}

.games-list-container {
	background-color: white;
}

.game-status-label{
	float:right; 
	position:absolute;
	top:5px;
	right:10px;	
}

.game-status-label span{
	font-size: 90%;
}

.override-nav {
	background-color: #F66F89 !important;
	color: black;
} 

.override-nav * {
	/*color:#005C56 !important;*/
	color:#fff !important;
	opacity:1;
	font-weight: bold;
}

.arrow-right {
   position: absolute;
   right: 7px;
   bottom:18px;
    /* top: 50%;
    right: 7px;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   */
}

td.team-name {
	font-weight: 500;
}

.games-list-table {
	font-size: 1.1em !important;
	margin-bottom: 0;
}

.game-details {
	padding-left:10px;
	padding-right: 10px;
}

.winner {
	text-decoration: underline !important;
	color:green !important;
}


