@media (min-width: 770px) { 
	div.container1 {
		display: none;
		visibility: hidden;
	}
	.modal1 {
		display: none;
		visibility: hidden;
	}
}

body {
	font-family: Verdana, Sans-serif;
}

table.mainTable {
	border-spacing: 0px 10px;
	border-collapse: separate;
	font-size: 14px;
}

.rightArrowAccuracy {
	cursor: pointer; 
}

.errorGeneric {
	text-align: center;
}

table.mainTable1 {
	font-size: 11px;
}

.contactButton {
	background-color: #5f7d3d;
	border: 1px solid white;
	color: white;
	padding: 14px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-top: 50px;
	border-radius: 5px;
}

.contactButton:hover {
	background-color: #2e3d1d;
}

.basicButton:link, .basicButton:visited {
	background-color: #5f7d3d;
	border: 1px solid white;
	color: white;
	padding: 14px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}
  
.basicButton:hover, .basicButton:active {
	background-color: #2e3d1d;
}

.basicButtonHome:link, .basicButtonHome:visited {
	background-color:#5f7d3d;
	color: white;
	padding: 14px 25px;
	text-align: center;
	text-decoration: none;
	width: 10%;
	margin: 10px;
	border-radius: 5px;
}
  
.basicButtonHome:hover, .basicButtonHome:active {
	background-color: #2e3d1d;
}

#loaderpage { 
	position: fixed;
  	left: 0px;
  	top: 0px;
  	width: 100%;
  	height: 100%;
  	z-index: 9999;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9); 
    text-align: center;
}

#loader {
    border: 12px solid rgba(0,0,0,0); 
    border-top: 12px solid #66BB6A; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1.5s linear infinite;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    
}

#loadingtext {
	color: #66BB6A;
	font-size: 40px;
	margin-left: auto;
    margin-right: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*Entire page*/
body {
	background: #FAFAFA;
	color:black;
	 margin-top: 0px;
 	margin-right: 0px;
 	margin-bottom: 0px;
 	margin-left: 0px
}

#nrlsuccess {
	text-align: center;
	color: green;
	font-weight: bold;
	font-size: 20px;
}

/*Heading only*/
#heading{
	color: #FAFAFA;
	text-align: center;
	text-align: left;
	font-family: Verdana, Sans-serif;
	padding-top: 10px;
	
	background-image: url("/static/grass.jpg");
}

.seasonsClass {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

div.Top {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	margin-bottom: 10px;
}

#headingtext:hover {
	cursor:pointer;
}

#amazonad {
	margin-right: 40px;
	margin-top:50px;
}

#logo {
	margin-top: 16px;
	margin-left: 30px;
}

h1 {
   font-size: 2.5rem;
   margin: 15px;
}

#headingtext1{
	font-size: 1rem;
	color: #FAFAFA;
	text-align: center;
	text-align: left;
	font-family: Verdana, Sans-serif;
	padding-top: 10px;

	background-image: url("/static/grass.jpg");
}

div.fb-like {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

p.article:hover {
	cursor:pointer;
	text-decoration: underline;
	color: rgba(6,69,173,0.7);
}

p.article1:hover {
	cursor:pointer;
	text-decoration: underline;
	color: rgba(6,69,173,0.7);
}

p.article {
	color: rgb(6,69,173);
	text-align: left;
}

p.article1 {
	color: rgb(6,69,173);
	text-align: left;
	margin-left: 1%;
}

#quicklinks {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	border-right: solid 2px;
	border-bottom: solid 2px;
	border-color: #BDBDBD;
	width: 20%;
}

#quicklinkstextdynamic {
	text-align: left;
	font-size: 20px;
}

#quicklinkstextdynamic span {
	font-weight: bold;
	color: rgb(42,62,16);
	/* padding: 5px; */
}

#quicklinkstext {
	text-align: left;
	font-size: 20px;
}

#quicklinkstext span {
	font-weight: bold;
	color: rgb(42,62,16);
	padding: 5px;
}

#quicklinkstext1 {
	padding-left: 10px;
	text-align: left;
	font-size: 20px;
}

#quicklinkstext1 span {
	font-weight: bold;
	color: rgb(42,62,16);
	padding: 5px;
}

#socialtext {
	text-align: left;
	font-size: 20px;
	background: linear-gradient(to right,#E0E0E0, #EEEEEE, #FAFAFA);
}

#nrlnewstext {
	text-align: left;
	font-size: 2.5rem;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
	background: linear-gradient(to right,#E0E0E0, #EEEEEE, #FAFAFA);
}


div.newstext11 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
}

#predictorhome {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	border-color: #BDBDBD;
	padding-bottom: 20px;
	width: 100%;
}

#newshome {
	width: 100%;
	border-bottom: solid 2px;
	border-color: #BDBDBD;
}

#container {
	margin: 0px;
	padding: 0px;
}

#gamesbar {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	text-align: center;
	justify-content: space-around;
	padding: 50px;
	


}

div.round {
	display: inline-flex;
	flex-direction: horizontal;
	margin-left: auto;
	margin-right: auto;

}


div.tables {
	padding: 3%;
}

table.mainTableIndex {
	padding-left: 1%;
	border-spacing: 0px 10px;
	border-collapse: separate;
	font-size: 14px;
}

#leftround {
	margin-top: 10%;
	margin-right: 2%;
}

#leftround:hover {
	cursor: pointer;
}

#rightround:hover {
	cursor: pointer;
}

#rightround {
	margin-top: 10%;
	margin-left: 2%;
}

#roundnumber {
	width: 300px;
}

p.vsbtn {
	margin-left: 10px;
	margin-right: 10px;
	color: white;
}

p.gameteams {
	color: white;
	text-align: left;
	width: 100px;
	font-size: 1.0rem;
}

p.gameteams1 {
	color: white;
	text-align: right;
	width: 100px;
	font-size: 1.0rem;
}

h3 {
	font-size: 1.3rem;
	font-family: Verdana, Sans-serif;
	
}

#tableTitle1 {
	font-size: 1rem;
}

h3.tableTitle1 {
	font-size: 1rem;
}


div.games {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	justify-content: space-around;
	text-align: center;
	height: 70px;
	width: 400px;
	background: #0D47A1;
	color: white;
	border: solid 1px;
	border-color: #2196F3;
	
}



#welcome {
	color: black;
	background: #EEEEEE;
	font-size: 4rem;
	font-weight: bold;
	margin-top:0px;
	border-bottom: solid 2px;
	border-color: #BDBDBD;
	padding:30px;
	
}

#welcome1 {
	color: black;
	background: #EEEEEE;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: solid 2px;
	border-color: #BDBDBD;
	
}

#heading21 {
	font-size: 0.8rem;
	color: #424242;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

#welcometext {
	color: black;
	background: #EEEEEE;
	font-size: 3rem;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:30px;
	
}


#heading2 {
	font-size: 1.1rem;
	color: #424242;
	padding-right: 200px;
	padding-left: 200px;
}

#welcome1 {
	color: black;
	font-size: 0.9rem;
	text-align: left;
	margin-left:0px;
}

#welcome2 {
	color: black;
	font-size: 1.5rem;
	text-align: left;
	padding:10px;
}

#placeholder {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 3rem;
}

#placeholder1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-size: 1.3rem;
}

#mobileplaceholder {
	padding: 10%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 1.3rem;
}

#pageindicator {
	background: #FAFAFA;
	padding-bottom: 10px;
	padding-left:5px;
	margin: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	color:#757575;
	border-bottom: solid 1px;
	border-color: rgba(10,10,10,0.1);
}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(10,10,10,0.9);
}


.sticky + #pageindicator {
  padding-top: 60px;
  background: black;
}

/*P components*/
p {
	font-size: 1.2rem;
	color: black;
	font-family: Verdana, Sans-serif;
}

#teamnames p {
	color: #90CAF9;
}

#teamnames2 p {
	color: #BBDEFB;
}

#team1name {
	font-size: 2rem;
	text-align: left;
	width: 200px;
	height: 100px;
}
	
ul.menubar {
	list-style-type: none;
    margin-bottom: 0px;
    text-transform: uppercase;
    display:block;
    width:100%;
    padding: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    background: linear-gradient(to bottom, #0D47A1, #2196F3);
    background: rgba(10,10,10,0.4);
    font-size: 0.8rem;
    font-weight: bold;
}

li.menuli {
	display: inline;
	float: left;
}

li a {
	display: block;
    color: white;
    text-align: center;
    margin: 0px;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background: black;
}


#statdate1 {
	margin-top: 0px;
	margin-bottom: 5px;
}

#statdate {
	margin-top: 100px;
	margin-bottom: 50px;
}


#team2name {
	font-size: 2rem;
	text-align: right;
	width: 200px;
	height: 100px;
	
}



p.playersout1 {
	width: 200px;
	color: #90CAF9;

}

p.homeground1 {
	width: 200px;
	padding-left:0%;
	color: #90CAF9;

}

p.formrate {
	width: 200px;
	color: #90CAF9;

}


p.seasonrate {
	width: 200px;
	color: #90CAF9;

}

p.mainpoints {
	text-align: left;
	color: black;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 25px;
	padding: 10px;
	font-size: 12px;
}

p.mainpoint {
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0px;
	padding:30px;
	text-align: center;
	background: #EEEEEE;
	border-bottom: solid 2px;
	border-color: #BDBDBD;

}

p.vs {
	text-align: center;
	font-size: 3rem;
}

p.predictionhints {
	text-align: center;

}

/* Div components*/
div.container {
	position: relative;
	height:100%;
	width:100%;
}



div.Middle {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-between;
	margin-bottom: 50px;

}

div.Middle1 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	margin-left:2px;
	margin-right:2px;
	
}

div.Middleblog {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	border-top: solid 2px;
	border-color: #BDBDBD;
	
}

div.Middleabout {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	padding-top: 30px;
}

div.Middlecontact {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-between;
	padding-top: 30px;
}

.bottomContact {
	position: fixed;
    bottom: 0;
    width: 100%;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}

div.Bottom {
	position: relative;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	align-items: center;
	margin-bottom: 10px;

}

@media (max-width: 771px) {
	div.container {
		display: none;
		visibility: hidden;
	}

	div.Bottom {
		display: none;
		visibility: hidden;
	}

	#gambleresponsibly {
		display: none;
		visibility: hidden;
	}

	div.bottomcontent {
		display: none;
		visibility: hidden;
	}

	#ad {
		display: none;
		visibility: hidden;
	}

	#predictionmodal {
		display: none;
		visibility: hidden;
	}
	body {
	background: white;
	margin-top: 0px;
 	margin-right: 0px;
 	margin-bottom: 0px;
 	margin-left: 0px
	}
	#loaderpage { 
		display:none;
	}
}

div.bottomcontent {
	position: relative;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	border-top: 1px solid;
	border-color: #EEEEEE;
	margin-bottom: 0px;
	height: 18px;
	margin-top: 20px;
}

div.socialcontent {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	height: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}


div.welcome1{
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 40px;
	border: solid 2px;
	border-color: #EEEEEE;
	border-radius: 5px;
	-webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

div.welcome2{
	margin-right: 40px;
	margin-left: 30px;
	margin-top: 40px;
	border: solid 2px;
	border-color: #EEEEEE;
	border-radius: 5px;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

div.welcome3{
	margin-right: 40px;
	margin-left: 30px;
	margin-top: 40px;
	
	border: solid 2px;
	border-color: #EEEEEE;
	border-radius: 5px;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

div.welcome1:hover {
	background: #E1F5FE;
	cursor: pointer;

}

div.welcome2:hover {
	background: #ffebee;
	cursor: pointer;
}

div.welcome3:hover {
	background: #E8F5E9;
	cursor: pointer;
}


#middle-center {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	justify-content: space-around;
	width: 80%;
	margin-bottom: 35px;
}


#middle-center1 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	width: 100%;
	text-align: center;
	
}

#middle-center2 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
	margin: 0px;

	
}

#middle-centercontact {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	margin-left: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#contactform {
	text-align: left;
}

#middle-centerblog {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	width: 100%;
	text-align: left;
	margin:0px;
}

#mainpointsimg {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
}

#mainpointsimg1 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
}

#blogimg {
	margin: 20px;

}

#predimg {
	margin: 20px;

}

#pastarticles {
	border-right: solid 2px;
	border-color: #BDBDBD;
	padding: 20px;
}

#nrlbloghead {
	font-weight: bold;
	font-size: 32px;
	margin: 0px;
	padding:30px;
	text-align: center;
	background: #EEEEEE;
}

#contactheading{
	font-weight: bold;
	font-size: 1.1rem;
	margin: 0px;
	padding:30px;
	text-align: center;
	background: #EEEEEE;
	border-bottom: solid 2px;
	border-color: #BDBDBD;
}



p.gamepredictor {
	border: 2px;
	background: linear-gradient(to bottom, #01579B, #03A9F4);
	color:white;
	text-decoration: none;
	text-align: center;
	width: 98.5%;
	margin-left:0px;
	margin-top:0px;
	padding: 5px;
	font-size: 2rem;
}

p.gamepredictor1 {
	border: 2px;
	background: linear-gradient(to bottom, #b71c1c, #f44336);
	color:white;
	text-decoration: none;
	text-align: center;
	width: 98.5%;
	margin-left:0px;
	margin-top:0px;
	padding: 5px;
	font-size: 2rem;
}

p.gamepredictor2 {
	border: 2px;
	background: linear-gradient(to bottom, #1B5E20, #4CAF50);
	color:white;
	text-decoration: none;
	text-align: center;
	width: 98.5%;
	margin-left:0px;
	margin-top:0px;
	padding: 5px;
	font-size: 2rem;
}

p.blog {
	border: 2px;
	background: linear-gradient(to bottom, #006064, #00BCD4);
	color:white;
	text-decoration: none;
	text-align: center;
	width: 98.5%;
	margin-left:0px;
	margin-top:0px;
	padding: 5px;
	font-size: 2rem;
	
}

#articleheading {
	font-size: 1.5rem;
	color: black;
	margin-bottom:30px;
	margin-left: 5px;
	background: linear-gradient(to right,#E0E0E0, #EEEEEE, #FAFAFA);
}

#gambleresponsibly {
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
}

#center-block {
	background: radial-gradient(#0D47A1,#1A237E);
    -webkit-box-shadow: 7px 7px 17px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px -4px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px -4px rgba(0,0,0,0.75);
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	height: 550px;
	width: 80%;
	justify-content: space-between;
	font-weight: bold;
	-moz-border-radius: 0px;
    color: #1976D2;
    margin-right:auto;
    margin-left:auto;

}



#teamnames {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	font-style: normal;
	justify-content: space-around;
	background: radial-gradient(#000051,black);
}

#teamnames2 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	font-style: normal;
	justify-content: space-around;
	background: radial-gradient(#b71c1c,black);
}


#seasonratediv {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	height: 40px;
}

#formratediv {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	height: 40px;
}

#homeground {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	height: 40px;

}


#playersout {
	color: #E0E0E0;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	height: 40px;
}

#radio {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	height:40px;
	width: 100%;
	justify-content: space-around;
}	

/*Button components*/
button {
	padding: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0.4px solid;
	border-color: rgb(26, 35, 126);
	font-family: Verdana, Sans-serif;
	font-size:1.1rem;
	font-weight: bold;
}

button.bottombuttons {
	color: black;
	background: rgba(0,0,0,0);
	border: none;
}

button:focus {
	outline:0;
}

button:disable {
	color: rgba(10, 10, 10, 0.5);
	background: rgba(10, 10, 10, 0.5);
}

#predictbutton {
	font-size:1.3rem;
	margin-bottom: 30px;
	background: radial-gradient(#000051,black);
	color: #90CAF9;
	align-items: center;

}

#myname {
	margin-right:30px;
	margin-left: 30px;
}

#facebook {
	margin-right: 10px;
	margin-left: 30px;
}

#twitter {
	margin-right: 10px;
}


#help {
	margin-right: 30px;
	margin-left:10px;
}

/*Hover options*/
button:hover {
	cursor: pointer;
	transform: scale(1.075);
}

div.games:hover {
	cursor: pointer;
	transform: scale(1.075);
}


p.seasonrate:hover {
	cursor: pointer;
	color: black;
}

p.formrate:hover {
	cursor: pointer;
	color: black;
}

p.homeground1:hover {
	cursor: pointer;
	color: black;
}

p.playersout1:hover {
	cursor: pointer;
	color: black;
}

#myname:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #1565C0;
}

#facebook:hover {
	cursor: pointer;
}

#twitter:hover {
	cursor: pointer;
}

#instagram:hover {
	cursor: pointer;
}

#blogbtn:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #1565C0;
}

#privacy:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #1565C0;
}

#contact:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #1565C0;
}

#help:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #1565C0;
}

#facebook {
	margin-top: 15px;
	align-content: center;
}

#instagram {
	margin-top: 15px;
	padding: 0px;
	align-content: center;
}

#twitter {
	margin-top: 15px;
	padding: 0px;
	align-content: center;
}

#privacy {
	margin-right: 15px;
}

/*Advertisement*/
#ad {
	width: 728px;
	height: 90px;
	background: rgba(10, 10, 10, 0);
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}






select {
	margin-top: 15px;
}


li button {
	font-weight: normal;
	width: 100%;
	max-width: 600px;
	background: #0D47A1;
	color: white;
	border: solid 1px;
	border-color: #2196F3;
	font-size: 1.1rem;

}

ul.leftlist {
	display: block;
	list-style-type: none;
	margin-top: 70px;
}

ul.rightlist {
	display: block;
	list-style-type: none; 
	margin-top: 70px;
	margin-right: 40px;
}



/*Radio componenets*/

/*Homeground Radio Buttons*/


/* Customize the label (the container) */
label.containerradio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
label.containerradio input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #2196F3;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
label.containerradio:hover input ~ .checkmark {
  background-color: #2196F3;
}

/* When the radio button is checked, add a blue background */
label.containerradio input:checked ~ .checkmark {
  background-color: #4CAF50;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
label.containerradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
label.containerradio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: blue;
}

#rightradio {
	margin-right:3%;
	margin-top: 15px;
	padding:0px;

}

#leftradio {
	margin-top: 15px;
	margin-right:3%;
	padding: 0px;
}


.select {
	background: #2196F3;
	outline:0;
	border: 1px solid #2196F3;

}

/*Modal Components*/

div.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.7); 
}

div.blogmodal {
	display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 200px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.7); 
}

div.blogcontent {
	background-color: #E0E0E0;
    color: black;
    margin: auto;
    width: 900px;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #616161;
}

div.bloglayout {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: left;
	justify-content: space-around;

}

#blogheading {
	font-style: bold;
	font-size: 28px;
	margin: 30px;
	margin-bottom: 5px;
}

#blogauthor {
	font-style: bold;
	font-size: 12px;
	margin-left: 30px;
}


#blogheading1 {
	font-weight: bold;
	font-size: 1.1rem;
	margin: 0px;
	padding:30px;
	text-align: center;
	background: #EEEEEE;
	border-bottom: solid 2px;
	border-color: #BDBDBD;
}


#blogcontent {
	color: black;
	font-size: 18px;
	margin:30px;
	text-align: left;
}

#aboutpara {
	color: black;
	font-size: 1rem;
	margin: 5px;
	text-align: left;
}

#aboutpara1 {
	color: black;
	font-size: 20px;
	margin: 30px;
	text-align: left;
}

div.currentweek {
	border-left: solid 2px;
	
}


div.modal-content {
    background-color: #E0E0E0;
    width: 700px;
    color: black;
    margin: auto;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #616161;
}

span.closeblog {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

span.closeblog:hover,.closeblog:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

span.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

span.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#predictionmodal1 {
	font-size: 30px;
	font-weight: bold;
	color: black;

}

#modalteam1 {
	color: #E0E0E0;
	padding: 10px;
	margin-top: 10px;
	border-radius: 20px;
}

#modalteam2 {
	color: #E0E0E0;
	padding: 10px;
	border-radius: 20px;
}

#headingtext{
	text-align:center;
}

#ad1 {
	margin-top: 15%;
	margin-left: 5%;
}

#logo1 {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.Top12 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
}

div.Top1 {
	font-size: 10px;
	border-bottom: solid 2px;
	border-color: #BDBDBD;
}


/*Heading only*/
h2 {
	color: rgba(0, 140, 255, 1);
	color: black;
	text-align: center;
	font-family: Verdana, Sans-serif;
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 10px;


}

#predictbutton11 {
	background: radial-gradient(#ef5350,darkred);
	color: black;
	border-color: darkred;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.0rem;
	padding: 0.5em;
	font-weight: bold;

}

#heading1{
	color: #FAFAFA;
	text-align: center;
	text-align: left;
	font-family: Verdana, Sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
	background: linear-gradient(to bottom, #F5F5F5,#BDBDBD);
	background-image: url("/static/grass.jpg");
}




ul.menubar1 {
	list-style-type: none;
    margin-bottom: 0px;
    text-transform: uppercase;
    width:100%;
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    overflow: hidden;
  	background: rgba(10, 10, 10, 0.4);
    font-size: 0.7rem;
    font-weight: bold;
}

li.menuli1 {
	display: inline;
	float: left;
	font-size: 0.6rem;
}

li a {
	display: block;
    color: white;
    text-align: center;
    margin: 0px;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background: black;
}





#center-block1 {
	background-color: #0D47A1;
    -webkit-box-shadow: 7px 7px 17px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px -4px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px -4px rgba(0,0,0,0.75);
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	justify-content: space-between;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 0px;
	margin: 2%;
	color: #90CAF9;
    height: 400%;
    margin-top: 20px;

}

#center-block12 {
	background-color:  #ef5350;
    -webkit-box-shadow: 7px 7px 17px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px -4px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px -4px rgba(0,0,0,0.75);
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	justify-content: space-between;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 0px;
	margin: 2%;
	color: black;
    height: 400%;
    margin-top: 20px;

}

/*P elements*/
p {
	font-size: 0.8rem;
	font-family: Verdana, Sans-serif;
}


div.Bottom1 {
	position: relative;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	

}

div.bottomcontent1 {
	position: relative;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	text-align: center;
	justify-content: space-around;
}

div.bottominfo {
	position: relative;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;

}

div.bottomlinks {
	position: relative;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
}

div.round {
	position: relative;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;

}

#teamnames1 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	font-style: normal;
	justify-content: space-between;
	background: radial-gradient(#000051,black);
	color: #90CAF9;
}

#teamnames11 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	font-style: normal;
	justify-content: space-between;
	background: radial-gradient(#ef5350,darkred);
	color: black;
}

#seasonratediv1 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	
}

#formratediv1 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	
}

#homeground1 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;

}

#playersout1 {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
	
}

#radio1 {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
}	

#rightradio1 {
	margin-right:1%;
	margin-top: 15px;
	padding:0px;

}

#leftradio1 {
	margin-top: 15px;
	margin-right:3%;
	padding: 0px;
}


#help1 {
	color: black;
}

#contact1 {
	color: black
}

#myname1 {
	color: black
}

#facebook1 {
	padding: 0px;
	align-content: center;
}

#instagram1 {
	padding: 0px;
	align-content: center;
}

#twitter1 {
	padding: 0px;
	align-content: center;
}

p.mainpoints1 {
	text-align: center;
	color: black;

}

p.playersout11 {
	width: 200px;
	

}

p.homeground11 {
	width: 200px;
	margin-right: 2%;
	
	

}

p.formrate1 {
	width: 200px;
	

}


p.seasonrate1 {
	width: 200px;
	

}

button {
	color: #90CAF9;
	border-color: rgb(26, 35, 126);
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8rem;
	padding: 0.5em;
	font-weight: bold;
}

select {
	padding: 1px;
	outline: none;
	display: block;
	color: black;
	padding: 0.5em;
}

select::-ms-expand { 
	display: block; 
}

#statdat1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#rightteams1 {
	direction: rtl;
}


#gambleresponsibly1 {
	color:black;
	text-align: center;
}

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
	padding-top: 125px;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    
}

/* Modal Content/Box */
.modal-content1 {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    color: black !important;

}

/* The Close Button */
.close1 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#predictionmodal11 {
	font-size: 30px;
	font-weight: bold;
	color: black;

}

#modalteam11 {
	color: #E0E0E0;
	padding: 10px;
	margin-top: 10px;
	border-radius: 20px;
}

#modalteam21 {
	color: #E0E0E0;
	padding: 10px;
	border-radius: 20px;
}


@media (min-width: 1700px) and (max-width: 1899px) {
	#heading{
	color: #FAFAFA;
	text-align: center;
	text-align: left;
	font-family: Verdana, Sans-serif;
	padding-top: 10px;
	margin-bottom:0px;
	background: linear-gradient(to bottom, #F5F5F5,#BDBDBD);
	background-image: url("/static/grass1.jpg");
}
}


@media (min-width: 1900px) {
	#heading{
	color: #FAFAFA;
	text-align: center;
	text-align: left;
	font-family: Verdana, Sans-serif;
	padding-top: 10px;
	margin-bottom:0px;
	background: linear-gradient(to bottom, #F5F5F5,#BDBDBD);
	background-image: url("/static/grass2.jpg");
}
}


@media (max-width: 1200px) and (min-width: 950px) {
	ul.menubar {
	list-style-type: none;
    text-transform: uppercase;
    width:100%;
    padding: 0;
    margin: 10px;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top:0px;
    overflow: hidden;
    background: linear-gradient(to bottom, #0D47A1, #2196F3);
    background: rgba(10,10,10,0.4);
    font-size: 0.8rem;
    font-weight: bold;
}

li button {
	font-weight: normal;
	width: 100%;
	max-width: 600px;
	background: #0D47A1;
	color: white;
	font-size: 0.8rem;
	border: solid 1px;
	border-color: #2196F3;
}


}

@media (max-width: 949px) and (min-width: 771px) {
	ul.menubar {
	list-style-type: none;
    margin-bottom: 0px;
    text-transform: uppercase;
    width:100%;
    padding: 0;
    margin: 10px;
    margin-left: 0px;
    padding-left: 0px;
    overflow: hidden;
    background: linear-gradient(to bottom, #0D47A1, #2196F3);
    background: rgba(10,10,10,0.4);
    font-size: 0.6rem;
    font-weight: bold;
}
@media (max-width: 771px) {
	ul.menubar {
	list-style-type: none;
    margin-bottom: 0px;
    text-transform: uppercase;
    width:100%;
    padding: 0;
    margin: 5px;
    margin-left: 0px;
    padding-left: 0px;
    overflow: hidden;
    background: linear-gradient(to bottom, #0D47A1, #2196F3);
    background: rgba(10,10,10,0.4);
    font-size: 0.2rem;
    font-weight: bold;
}
li button {
	font-weight: normal;
	width: 100%;
	max-width: 600px;
	background: #0D47A1;
	color: white;
	font-size: 0.8rem;
	border: solid 1px;
	border-color: #2196F3;
}

p.gameteams {
	color: white;
	text-align: left;
	font-size: 0.8rem;
}

p.gameteams1 {
	color: white;
	text-align: right;
	font-size: 0.8rem;
}

div.games {
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	flex-direction: row;
	justify-content: space-around;
	text-align: center;
	height: 70px;
	width: 200px;
	background: #0D47A1;
	color: white;
	border: solid 1px;
	border-color: #2196F3;
	padding-right: 10px;
	padding-left: 10px;
}

h3 {
	font-size: 18px;
}

div.round {
	width: 200px;
}

#teamnames {
	padding-right: 50px;
	padding-left: 50px;
}

#team1name {
	font-size: 15px;
}
#team2name {
	font-size: 15px;
}

#middle-center {
	width: 400px;
}
}