body{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	background-color: #ddd;
	margin-bottom: 34px;
	font-size: 16px;
}
@media only screen and (max-width: 450px){
	body{
		font-size: 14px;
	}
	.tableLimitNameWidth{
		max-width: 100px;
	}
}

div.navItem a:link, a:visited, a:active, a:hover{
	text-decoration: none;
	color: #fff;
}

h2{
	margin: 0px;
	padding: 8px 4px;
	color: #060;
	text-align: right;
}


table{
	margin: auto;
	border-collapse: collapse;
}

td.left{
	text-align: right;
	font-weight: bold;
}

td.right{
	text-align: left;
}

td.center{
	text-align: center;
}

div{
	box-sizing: border-box;
}

td{
	border: 1px solid #666;
}

button{
	margin: 4px;
	width: 90%;
	font-size: 18px;
	padding: 8px;
}

input{
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
}

div.center{
	text-align: center;
}

div.bodyWrapper{
	width: 600px;
	max-width: 100%;
	background-color: #fff;
	margin: auto;
	margin-bottom: 100px;
}

table.hideableTableHidden{
	display: none;
}

div.tabWrapper{
	width: 100%;
	background-color: #000;
	color: #fff;
}

div.tabBtn{
	width: 120px;
	margin: 0px;
	background: none;
	color: #fff;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	padding:8px;
}

div.tabBtnSel{
	background-color: #090;
}

div.signinWrapper{
	width: 320px;
	max-width: 90%;
	margin: auto;
	margin-top: 200px;
	border-radius: 3px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.23);
	padding: 12px;
	background-color: #fff;
}

div.signInHeader{
	font-weight: bold;
	margin-bottom: 12px;
}

input.phone{
	width: 90%;
	font-size: 18px;
	text-align: center;
	margin-bottom: 8px
}

button.login{
	width: 90%;
	font-size: 18px;
	padding: 8px;
}

div.navWrapper{
	color: #fff;
	font-size: 24px;
	padding: 4px;
	
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
span.navMenuBtn{
	float: right;
	color: #fff;
	cursor: pointer;
	font-size: 28px !important;
	padding-right: 8px;
	padding-left: 16px;
}
div.navItem{
	border-top: 1px solid #999;
}
div.gameWraper{
	padding: 2px;
	border-bottom: 3px solid #ddd;
}
div.gameWraper div.teams{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
div.gameWraper div.line{
	text-align: center;
}

table.betRadioOuter{
	width: 96%;
	margin-bottom: 4px;
	margin-top: 4px;
}

table.betRadioOuter td{
	width: 33.3%;
	text-align: center;
	padding: 6px 0px;
	cursor: pointer;
}

table.betRadioOuter td.selected{
	/*background-color: #060;*/
	color: #fff;
	
	background: #475937; /* Old browsers */
background: -moz-linear-gradient(top,  #475937 0%, #1f3b08 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #475937 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #475937 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475937', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
}

div.gameWrapperLocked table.betRadioOuter{
	opacity: .5;
}

div.gameTime{
	text-align: center;
	font-style: italic;
	color: #666;
}
div.gameLockTime{
	text-align: center;
	font-weight: bold;
	color: #900;
}

input.amtInput{
	width: 120px;
	max-width: 50%;
}

div.homePageBtn{
	border: 2px solid #000000;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 20px;
	padding: 10px;
	border-radius: 4px;
	
	
	
	
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


}

div.footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	/*background-color: #060;*/
	color: #fff;
	padding: 6px;
	padding-bottom: 12px;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#475937+0,1f3b08+100;Olive+3D */
background: #475937; /* Old browsers */
background: -moz-linear-gradient(top,  #475937 0%, #1f3b08 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #475937 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #475937 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475937', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */

}
div.footer span#totalBets{
	float: left;
}
div.footer span#totalAmt{
	float: right;
}

div.weekSelector{
	text-align: center;
	font-weight: bold;
	border-bottom: 3px solid #ddd;
	padding: 4px;
}

table.standings{
	width: 100%;
}

table.standings td{
	border: none;
	text-align: center;
	border-bottom: 1px solid #999;
}

table.standings td:first-child{
	text-align: left;
}


table.standingsWithPlace td:nth-child(2){
	text-align: left;
}

table.account{
	width: 100%;
}

table.account td{
	border: none;
}

table.account td:first-child{
	width: 33%;
}

table.account td:last-child{
	width: 67%;
}

img.teamLogo{
	width: 40px;
	height: 40px;
}
img.teamLogo1{
	float: left;
}
img.teamLogo2{
	float: right;
}

.win{
	color: #080;
}
.loss{
	color: #900;
}
.tie{
	color: #009;
}

div.results{
	font-size: 112%;
	text-align: center;
	color: #009;
	font-weight: bold;
}

div.oddsNotFinal{
	background-color: #ff0;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	position: sticky;
	top: 0px;
}

table.payouts{
	margin-top: 12px;
}

table.payouts td{
	border: none;
	padding: 1px 8px;
}

td.winner1{
	background-color: #6bff93;
}
td.winner2{
	background-color: #9997fc;
}
td.winner3{
	background-color: #faff6b;
}
td.winnerPct{
	background-color: #ff976b;
}