@charset "UTF-8";
/* CSS Document */

.notes-wrapper { 
  border : 2px solid #000; 
  overflow:hidden;
}

.notes-wrapper div {
   min-height: 200px;
   padding: 10px;
}
#notes-one {
  float:left; 
  width:50%;
}
#notes-two { 
  overflow:hidden;
  min-height:170px;
}
#notes-three { 
  overflow:hidden;
  min-height:170px;
}
.player-table {
	width: 100%;
	border: thin solid #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	}
.player-table td {
	font-size: 16px;
	padding: 10px;
	border-right: thin solid #ddd;
	border-top: thin solid #ddd;
	}
.player-table th {
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
	background-color: #efefef;
	border-right: thin solid #ddd;
	border-top: thin solid #ddd;
	}
@media screen and (max-width: 400px) {
   #notes-one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;  
  }
.player-table {
	width: 100%;
	}
.player-table td {
	font-size: 12px;
	padding: 5px;
	}
.player-table th {
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	padding: 2px;
	}
}


.position-title {
width: 100%;
background-color: #cc0000;
color: #fff;
font-weight: 700;
font-family: 'Montserrat', 'Roboto', 'Open Sans', 'Arial', sans-serif;
text-transform:capitalize;
padding: 10px;
margin-top: 20px;
}
.football-notes p, a, li, td {
	font-weight: 400;
	font-size: 16px;
	font-family: 'Roboto', 'Open Sans', 'Arial', sans-serif;
}
.notes-btn {
  background: #cc0000;
  background-image: -webkit-linear-gradient(top, #cc0000, #990000);
  background-image: -moz-linear-gradient(top, #cc0000, #990000);
  background-image: -ms-linear-gradient(top, #cc0000, #990000);
  background-image: -o-linear-gradient(top, #cc0000, #990000);
  background-image: linear-gradient(to bottom, #cc0000, #990000);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #9c0000 2px;
  text-decoration: none;
}

.notes-btn:hover {
  background: #ee0000;
  background-image: -webkit-linear-gradient(top, #ee0000, #cc0000);
  background-image: -moz-linear-gradient(top, #ee0000, #cc0000);
  background-image: -ms-linear-gradient(top, #ee0000, #cc0000);
  background-image: -o-linear-gradient(top, #ee0000, #cc0000);
  background-image: linear-gradient(to bottom, #ee0000, #cc0000);
  text-decoration: none;
}

.bk-stats-table {
    border-collapse: collapse;
    width: 100%;
    padding-top: 20px;
}
.bk-stats-table th {
    background-color: #000;
    font-size: 16px;
    color: #fff;
	text-align: left;
}
.bk-stats-table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.bk-stats-table tr:nth-child(even) {background-color: #f2f2f2;}
.bk-stats-table tr:hover {
    background-color: #ccc;
}

.mbb-stat-table {width: 100%;}
.mbb-stat-table th {text-align: center;}
.mbb-stat-table td, th { 
    border-bottom: 1px solid #ccc; 
    padding: 5px;
    font-size: 14px;
    } 
.mbb-stat-table td:nth-child(3)
  {
    background-color: #ccc;
    text-align: center;
  }
.mbb-stat-table td:nth-child(4)
  {
    text-align: center;
    background-color: #000;
    color: #fff;
  }
.mbb-stat-table td:nth-child(5)
  {
    background-color: #ccc;
    text-align: center;
  }
	.mbb-stat-table img {max-width: 75x;}
	
@media screen and (max-width: 400px) {
   .mbb-stat-table td, th { 
        font-size: 10px;
        } 
  }