body {
    margin: 0;
	overflow-x:hidden;
}

.coupon-body {
    width: 700px;
    margin-left: 25px;
}

.teams {
    text-align: center;
}

.gameinfo, .gameinfo-mobile {
    text-align: center;
    font-size: 14px;
    
}

.gameinfo-mobile{
	margin-top:15px!important;
	margin:0 auto;
}


@media (max-width: 575px) {
  .gameinfo{
	  display:none;
  }
  .gameinfo-mobile{
	  display:table!important;
  }
  .weather-column{
	  display:none;
  }
  #gameinfo-column{
		width: 10%;
  }
}

.nav-menu ul{
 	margin-top:22px;
	max-height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 13px;
}

/* Change the color of links on hover */
.topnav a:hover, .sidenav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #333;
    overflow-x: hidden;
    padding-top: 35px;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 17px;
    font-size: 17px;
    color: #f2f2f2;
    display: block;
}

.match-preview{
	margin:20px;
	overflow:hidden;
}

.match-date{
	color:#999;
	margin-bottom:8px;
	font-size:12px;
}

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.container {

}

.lineup-container-left{
    width:49%;
    float:left;
}

.lineup-div{
    margin-top:15px;
}

.lineup-table{
	margin:0 auto;
	margin-top:17px;
}
@media (max-width: 575px) {
	.lineup-table{
		font-size:11px;
	}
}
	

.lineup-container-right{
    width:49%;
    float:left;
}
.team-form{
	display:inline;
	float:right;
	padding-left:1px;
}

.form{
    text-align:center;
    width: 22px;
    display:inline-block;
    padding: 3px;
    border-radius:3px;
    font-weight: bold;
    color:white;
    cursor:pointer;
}

.loss{
    background-color:#f1372a;
}
.loss:hover{
    background-color:#cc2e23;
}
.win{
    background-color:#239f00;
}

.win:hover{
    background-color:#197200;
}

.draw{
    background-color:#ff921d;
}
.draw:hover{
    background-color:#e2821b;
}
.missing-players{
    border-collapse:collapse;
    width:100%;
    white-space:nowrap;
    margin-bottom:25px;
	margin-top:8px;
}


.image-top{
    position: relative;
    left: 23px;
    margin-top:43px;
    width: 35px;
    z-index: 10;
}

@media (max-width: 575px) {
  .image-top{
		left: -45px;
		margin-top: 0;
		top: 80px;
	  }
	  
	  .nav-item{
		  font-size:9px;
	  }
   
}

.image-bottom{
    width: 75px;
	margin-right: 23px;
}

.team-logo{
    width:120px;
}
@media (max-width: 575px) {
  .team-logo{
		width: 80px;
	}
   
}

.player-column {
    width: 33%;
    text-align: center;
}
.hometeam-twitter-container{
    width:49%;
    float:left;
}
.awayteam-twitter-container{
    width:49%;
    float:right;
}

.border-row{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

#country-header{
	font-size:28px;
}

.twitter-container{
    margin-top: 15px;
	min-height:700px;
}

.total-table{
	padding:5px;
	margin-bottom:5px;
	margin-top:5px;
	border-collapse: collapse;
	width:99%;
	font-size:12px;
	margin-bottom:35px;
}

@media (max-width: 900px) {
	.total-table{
	  font-size:11px;
  } 
}
@media (max-width: 575px) {
  .total-table{
	  font-size:11px;
  } 
}
.total-table tr:first-child{
	text-align:center;
	padding-left:17px;
	padding-right:17px;
	font-weight:bold;
	border-bottom: 1px solid black;
	background-color:#eee;
	
}
.total-table tr:first-child td:last-child{
	text-align:center;
	padding-left:12px;
	padding-right:12px;
	font-weight:bold;
	border-bottom: 1px solid black;
}

.total-table tr:nth-child(2) td{
	text-align:center;
	padding-left:12px;
	padding-right:12px;
	border-bottom: 1px solid black;
}

.total-table tr:not(:first-child) td:nth-child(4){
	text-align:center;
	padding-left:7px;
	padding-right:7px;
	font-weight: bold;
}
.total-table tr td{	
	padding:1px;
	
}

.total-table tr td{
	text-align: center;	
}

.total-bold-column{
	font-weight:bold;
	padding-left:9px!important;
	padding-right:9px!important;
}

.total-border-column{
	border-right:1px solid black;
}


.total-odd-column{
	background-color: beige;
	border-right:1px solid black;
	border-left:1px solid black;
}
/*
.total-table tr td:nth-child(2n+3){
	background-color: beige;
	border-right:1px solid black;
	border-left:1px solid black;
}
*/

.total-div{
	width:49%
}

.total-button-div{
	text-align:center;
	margin-bottom:7px;
}
.league-dropdown{
	width:100%;
	border-radius:0;
	background-color:#04091e!important;
}
.league-dropdown:hover, .league-dropdown:focus{
	background-color:#04091e!important;
	border-color:#04091e!important;
}

.league-dropdown:after{
	content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	border:none;
}

.editors-pick-logos{
	text-align:center;
}

.editors-pick-logo{
	width:70px;
	margin: 10px 15px;
}
.editors-pick-vs{
	font-size:15px;
	display:inline;
}

.wide-league-table tbody tr:first-child, .wide-league-table thead tr {
    font-weight: bold;
    border-bottom: 1px solid black;
    background-color: #eee;
}

.wide-league-table{
	  width:99%;
	  margin-bottom:20px;
	  font-size:13px;
  }

.wide-league-table thead tr td{
	text-align:center;
	border: none;
}
.wide-league-table tbody td {
	padding:2px;
}


.leaguetable-promotion{
	color: white;
	background-color: #239f00!important;
	font-weight: bold;
}

.leaguetable-second-promotion{
	color: white;
	background-color: #2fce02!important;
	font-weight: bold;
}

.leaguetable-relegation{
	background-color:#f1372a!important;
	font-weight: bold;
	color:white;
}

.leaguetable-second-relegation{
	background-color:#ff921d!important;
	font-weight: bold;
	color:white;
}

.table-header{
	padding:3px;
	background-color:#eee;
}
.table-header > tr > th:not(:first-child){
	text-align:right;
}

.wide-league-table tbody tr:not(:first-child) td:nth-child(8), .wide-league-table tr:not(:first-child) td:nth-child(14), .wide-league-table tr:not(:first-child) td:nth-child(20){
	border-right:1px solid #888;
}
.wide-league-table tbody tr td:not(:nth-child(2)){
	text-align:center;
}

@media (max-width: 900px) {
	.wide-league-table{
		  font-size:12px; 
	}	
}
@media (max-width: 575px) {
  
  .wide-league-table thead{
	  display:none;
  }
  .wide-league-table tbody tr td:nth-child(9),.wide-league-table tbody tr td:nth-child(10),.wide-league-table tbody tr td:nth-child(11),
  .wide-league-table tbody tr td:nth-child(12), .wide-league-table tbody tr td:nth-child(13), .wide-league-table tbody tr td:nth-child(14),
  .wide-league-table tbody tr td:nth-child(15), .wide-league-table tbody tr td:nth-child(16), .wide-league-table tbody tr td:nth-child(17),
  .wide-league-table tbody tr td:nth-child(18), .wide-league-table tbody tr td:nth-child(19), .wide-league-table tbody tr td:nth-child(20){
	  display:none;
  }
  .wide-league-table tbody tr:not(:first-child) td:nth-child(8){
	  border-right:0px;
  }
  
}

.team-league-home-row td, .team-league-away-row td{
	background-color:#eee;
}
.team-league-home-row td:nth-child(n+9):nth-child(-n+14), .team-league-away-row td:nth-child(n+15):nth-child(-n+20){
	background-color:#cacaca;
	font-weight: bold;	
}

.league-info{
	display:none;
	margin-bottom: 15px;
	margin-top:20px;
}

.extra-snacks{
	list-style-type: square;
	text-align:left;
	margin-top: 7px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom:15px;
}

.tip{
	border: 4px solid #f6214b;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	background-color: #f7f7f7;
}

.tip-header{
	font-weight:bold;
	margin-left: 10px;
	margin-top: 5px;
}
.tip-table{
	margin-left:10px;
}
.tipster-image{
	border:5px solid white;
}
@media (max-width: 575px) {
  .tipster-image{
	  content:url("/img/tipster/major-tom-small.jpg").
  }
  
}

.tipster-bio{
	margin:15px;
	font-size:15px;
	text-align:left;
}

#tipster-body, .table-sm a{
	color:black;
}


.tipster-winning-bet{
	background-color: #96BA8D;
}
.tipster-losing-bet{
	background-color: #F59B98;
}

.tipster-info{
	font-size: 35px;
    font-weight: bold;
	margin-top:16px;
}
.tipster-info-desc{
	font-size: 11px;
    margin-top:6px;
}

.tipster-image-row-mobile{
	display:none;
}
@media (max-width: 575px) {
  .tipster-image-row-mobile{
	display:table;
	margin:0 auto;
	margin-bottom:15px;
  }
  .tipster-image-column{
	  display:none;
  }
}

.tipsterlist-tipster-image{
	width:35px;
	height:auto;
	border-radius: 50%;
}

.league-header{
	margin-top:15px;
	text-decoration:underline;
}

.select-sort{
	display:inline;
	float:right;
	margin-top:-2px;
}

.lineup-details{
	width:100%;
	margin-bottom:15px;
	margin-top:10px;
}
@media (max-width: 575px) {
  .lineup-details{
	  font-size:12px;
  }
  .bootstrap-table{
	  font-size:11px;
	  line-height:1.125em!important;
  }
}


.clockdiv{
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 18px;
	margin-bottom:10px;
}

.clockdiv > div{
    padding: 6px;
    border-radius: 2px;
    background: #00BF96;
    display: inline-block;
}

.clockdiv div > span{
    padding: 13px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}


.smalltext{
    padding-top: 2px;
    font-size: 12px;
}

#clockdiv-mobile{
	display:none;
}

@media (max-width: 575px) {
  #clockdiv{
	  display:none;
	}
	#clockdiv-mobile{
		display:block;
	}
}

.match-score{
	font-size:50px;
	font-weight: bold;
}

.matches-table{
	width:100%;
	margin-bottom:23px;
	font-size: 13px;
}

@media (max-width: 575.98px) {
  .matches-table{
	  font-size:11px;
  }
}

.matches-table-header{
	background-color:#f5f5f5;
	text-align: center;
	font-size:15px;
	font-weight:bold;
	padding:6px;
	border-bottom:1px solid grey;
}

.matches-table tr:nth-child(even) {
  background-color: #eee;
}
.matches-table td:nth-child(1) {
	width:17%;
}
.matches-table td:nth-child(2) {
	width:8%;
}
.matches-table td:nth-child(3) {
	text-align:right;
	padding-right:5px;
	width:33%;
}
.matches-table td:nth-child(4) {
	text-align:center;
	font-weight: bold;
	width:9%;

}
.matches-table td:nth-child(5) {
	text-align:left;
	padding-left:5px;
	width:33%;
}
.selected{
	border:1px solid;
	padding:2px 6px 2px 6px;
	background-color:white;
}
.unselected{
	padding:2px 6px 2px 6px;
}

.competition-select, .venue-select{
	background-color: #f5f5f5;
	padding:3px  5px 3px 5px;
	font-size:11px;
}

.news-header{
	font-weight:bold;
	font-size:15px;
	margin-top:15px;
}

.news-links{
	margin-bottom:5px;
}

.odds-table{
	width:100%;
}
.best-price{
	font-weight:bold;
}

.breadcrumb {
  padding:0px 7px 0px 7px;
  list-style: none;
  background:none;
  margin-bottom: 0px;
}


/* Display list items side by side */
.breadcrumb li {
  display: inline;
  font-size: 12px;
}

@media (max-width: 575px) {
  .breadcrumb li {
	  font-size: 10px;
  }
}

/* Add a slash symbol (/) before/behind each list item */
.breadcrumb li+li:before {
  padding-left: 5px;
  padding-right: 5px;
  color: black;
  content: "/\00a0";
}

.cat-title a{
	color:white;
}

.statistics-short{
	display:none;
	font-weight: bold;
}
.statistics-full{
}

@media (max-width: 575px) {
	.statistics-short{
		display:table-cell;
	}
	.statistics-full{
		display:none;
	}
}

@media (max-width: 575px) {
	.form-control{
		font-size:10px;
	}
  #bootstrap-table thead tr th:nth-child(4),#bootstrap-table thead tr th:nth-child(5),#bootstrap-table thead tr th:nth-child(7),
  #bootstrap-table thead tr th:nth-child(8),#bootstrap-table thead tr th:nth-child(10),#bootstrap-table tbody tr td:nth-child(4),
  #bootstrap-table tbody tr td:nth-child(5),#bootstrap-table tbody tr td:nth-child(7),
  #bootstrap-table tbody tr td:nth-child(8),#bootstrap-table tbody tr td:nth-child(10){
	  display:none;
  }
  #bootstrap-table{
	  font-size:11px;
  }  
}

.league-text-info{
	margin:12px;
	padding-top:8px;
}

#soccer-preview-header{
	padding:3px;
}


.narrow-league-table{
	font-size:12px;
	margin:0 auto;
	margin-bottom:25px;
}
.narrow-league-table tbody td{
	padding: 3px;
}
.narrow-league-table thead{
	display:none;
}
.narrow-league-table tbody tr:first-child td {
	background-color: #ecf0f1;
	border-bottom:1px solid #9d9d9d;
	color:black;
}
.narrow-league-table tbody tr td:nth-child(9),.narrow-league-table tbody tr td:nth-child(10),.narrow-league-table tbody tr td:nth-child(11),
.narrow-league-table tbody tr td:nth-child(12), .narrow-league-table tbody tr td:nth-child(13), .narrow-league-table tbody tr td:nth-child(14),
.narrow-league-table tbody tr td:nth-child(15), .narrow-league-table tbody tr td:nth-child(16), .narrow-league-table tbody tr td:nth-child(17),
.narrow-league-table tbody tr td:nth-child(18), .narrow-league-table tbody tr td:nth-child(19), .narrow-league-table tbody tr td:nth-child(20){
	display:none;
}
.narrow-league-table tbody tr:not(:first-child) td:nth-child(8){
	border-right:0px;
}
.narrow-league-table tbody tr td:nth-child(1){
	text-align: center;
}

.tinder{
	width:95%;
}
.tinder tr td{
	padding:5px;
	text-align: center;
}

.swipe-right{
	position: fixed;
	top: 50%;
	font-size: 50px;
	left: 82%;
	opacity:0.5;
	animation: nudge 1.5s linear;
}

@keyframes nudge {
  
  0% {
    transform: rotate(-7deg);
	left: 82%;
  }
  
  33% {
    transform: rotate(7deg);
	left: 79%;
  }
  
  66% {
    transform: rotate(-7deg);
	left:76%;
  }

}