
.infoIcon{
    height:4em;
    width:4em;
}

.incrementButton{
	margin:5px;
}

.rankNum{
	color:#FFFFFF;
	background-color:#537B4B;
	font-weight: bold;
	font-size:1.2em;
	padding:2px;
	margin:3px;
	border-image: none;
	box-shadow: 1px #000;
	border-radius: 2em;
}

.sidebar:hover {
    cursor: pointer;
    background-color: #AD310B;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#top25right{
	position: fixed;
	right:0;
	top:0px;
	z-index: 999;
	background: rgba(132, 193, 10, 0.7) none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 1em;
	border-width: medium;
	border-style: solid none solid solid;
	border-image: none;
	box-shadow: 0px 1px 3px #000;
	border-radius: 2em 0.5em 0.5em 2em;
	overflow:auto;
	padding:0.1em;
}

.homeTeam, .awayTeam{
	text-align: left;
}

.shortName{
	color: #201B1B;
	text-shadow: 2px 2px #F5E4E4;
	font-weight: bold;
	font-size:2em;
	padding:2px;
	margin:3px;
	border-image: none;
}

.fullName, .rank{
	color: #201B1B;
	text-shadow: 2px 2px #F5E4E4;
	font-size:1.1em;
	padding:2px;
	margin:3px;
	border-image: none;
}

#top25left{
	position: fixed;
	left:0;
	top:0px;
	z-index: 999;
	background: rgba(132, 193, 10, 0.7) none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 1em;
	border-width: medium;
	border-style: solid solid solid none;
	border-image: none;
	box-shadow: 0px 1px 3px #000;
	border-radius: 0.5em 2em 2em 0.5em;
	overflow:auto;
	padding:0.1em;
}

.sidebar{
	height:2.5em;
	font: 1.3em Arial, Helvetica, sans-serif;  
	text-shadow: 2px 2px 2px #00F; /* horizontal-offset vertical-offset 'blur' colour */
 	-moz-text-shadow: 2px 2px 2px #00F;
  	-webkit-text-shadow: 2px 2px 2px #00F;
  	font-weight: bold;
  	padding-left:10px;
  	padding-right:5px;
}

.awayLogo{
	float: left;
	height:4em;
	margin:0;
	padding-left:1em;
	position:relative;
	top: -2em;
}

.homeLogo{
	float:right;
	height:4em;
	padding-right:1em;
	position:relative;
	top: -2em;
}

.contestant{
	height:2.3em;
	font: 1.714em/1.125em Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-shadow: 2px 2px #F5E4E4;
	margin-bottom: -1em;
  	
}

.score{
   	color: #201B1B;
	text-shadow: 2px 2px #F5E4E4;
	text-align:center;
	font-size:1.8em;
	position:relative;
}

.score_winner{
   	color: #201B1B;
	text-shadow: 2px 2px #F5E4E4;
	font-size:120%;
	font-weight: bold;
}

.homeAway{
	font: 1.714em/1.125em Arial,Helvetica,sans-serif;
	padding:10px;
	background-color: #9989A4;
	border-radius:0.7em;
	font-weight: bold;
}

.status{
   	color: #201B1B;
	text-shadow: 2px 2px #F5E4E4;
	text-align:center;
	font: 1.714em/1.125em Arial,Helvetica,sans-serif;
	position:relative;
	top:5%;
	padding-top: 10px;
}

.status_future{
	position:relative;
	top:5%;
}


#filter, input{
	font-size:1.2em;
	width: 50%;
}

label{
	padding-left:10px;	
}

.game{
    /*color: #eeeeee;	
    text-shadow: 2px 2px #000000; */
    color: #201B1B;
    border-radius:1.5em;
}

.game h2{
color: #201B1B;
text-shadow: 2px 2px #F5E4E4;
font-weight: bold;
font-size: 2em;
padding: 2px;
margin: 3px;
border-image: none;
text-align: left;
}

#content{
    margin-bottom:10px;	
}

.game-week-header{
	width: 100%;
	text-align: center;
	overflow: auto;
	color: #282828;
	margin: auto;
	font-size: 0.8em;
	/*
	background: linear-gradient(to right, rgba(10,39,66,0.2), rgba(138,138,138,1), rgba(10,39,66,0.2));
	*/
}

.game-day-header{
	text-align: center;
	overflow: auto;
	padding: 0.5em 4%;
	color: #282828;
	margin: auto;
	margin-bottom: 10px;
	background: linear-gradient(to right,#0B0A0A, #8FA1A8, #20262F); 
	/*border-radius: 20px;*/
	box-shadow: 10px 10px 5px black;
	padding-bottom: 2em;
}

#division, #week, #totalGame{
	padding-left: 0.4em;
	padding-right: 2em;
	text-transform: uppercase;
}

.gameHeader{
/*
	border-radius: 2.5em;
	width:98%;
	height:10em;
	width:100%;
*/
	height:1em;
	border-style: solid;
    border-width: 1x;
    border-color: rgb(252, 243, 236);
    padding: 1em 1em 2.3em;
	border-radius:1.5em;  
	background-color: #f2bc23b3;;
}

.game{
	border-radius: 20px;
	/*width:30%;*/
	width:23%;
	float:left;
	border-style: solid;
    border-width: 1x;
    border-color: white;
    margin: 0.3em;
    box-shadow: 10px 10px 5px #888888;
	background-color: #e4d6bc;
}

.gameFull{
	width:95%;
}

.half{
	width: 45%;
	float: left;
	display: block;
}

.third{
	width: 25%;
	float: left;
	display: block;
	margin:3em;
}

.gameInfo li, .homeTeam li, .awayTeam li {
    list-style: circle;
    padding-left:10px;
    padding:3px;
    color: #000000;
    text-align: left;
    margin-left:20px;
    font-size:1.5em;
} 

ulx{
	padding-left:50px;
	text-align:left;
	margin:5px;	
}

.showHide{
	display:none;
}

.gameHeader a {
    /* color: #f2f2f2; */
    color: #201B1B;
    text-decoration: none;
}

lix a {
    color: #0a0a0a;
    text-shadow: 0px 0px #000000;
}

.gameHeader:hover {
    cursor: pointer;
    background-color: #AD310B;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

input, select{
		background:#fff;
		font:1em/1.214em Arial, Helvetica, sans-serif;  /*14px/17px*/
		color:#444;
		width:auto;
		padding:0.5em 1em;
		border:1px solid #505762;
		margin:0;
		
		resize:none;
		
		-moz-box-shadow:   	inset 0 0px 3px rgba(0,0,0,0.75);
		-webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
		box-shadow:         inset 0 0px 3px rgba(0,0,0,0.75);
		
		-webkit-border-radius: 1em;
		-moz-border-radius: 1em;
		border-radius: 1em;
				
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
}
	
