html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background:  #222
}

/*
	Global CSS Settings
*/

a {
    text-decoration: none;
    color: #444;
}

a:hover {
    color: red;
}

.header-container {
    width: 100%;
    border: 0px solid red;
    height: 80px;
}

table {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #444;
    text-align: center;
    
}

table th {
    color: #444;
    font-weight: 600;
}

h3 {
    display: block;
    float: left;
    margin: 0;
    font-family: "Afacad Flux", sans-serif;
    font-weight: 600;
    font-size: 250%; 
    border: 0px solid black;
    width: 50%;
}

h3.score {
    display: block;
    float: left;
    margin: 0 0 30px 0;
    font-family: "Afacad Flux", sans-serif;
    font-weight: 600;
    font-size: 150%; 
    border: 0px solid black;
    width: 90%;
}

.select-css {
	display: block;
    float: right;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: *;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}






/*
	Main Section Container
*/

main {
    display: flex;
    margin: auto;
    background: #222;
    width: 1600px;
    height: *;
}




/*
	Left Side Main Navigation
*/

section.left-navigation {
    display: block;
    float: left;
    width: 200px;
    height: 100%;
    background: #222;
}


section.navigation {
    display: block;
    float: left;
    background: #222;
    height: *;
    width: 200px;
}

div.logo {
    display: block;
    float: left;
    width: 200px;
    height: 100%;
}

img.fox-logo {
    margin: 0 0 50px 0;
    padding: 10px 0 10px 0;
    display:block;
    margin:auto;
    width: 120px;
}

div.background {
    height: 27px;
}

div.icon-bar-container {

  padding: 0;
    background: none;
}

img.button {
    width: 45px;
    margin: 0 20px 0 0;
    vertical-align: middle;
    background: none;
}

.icon-bar {
    margin: 20px 0 0 0;
  width: 100%;
  background-color: none;
}

span.button {
    vertical-align: middle;
    font-family: "Afacad Flux", sans-serif;
    font-weight: 500;
    font-size: 140%;
    background: none;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 1s ease;
  color: white;
  font-size: 16px;

}

.icon-bar a:hover {
  background-color: #444;
}

.active {
  background-color: none;
}


/*
	Main Section Container
*/



section.container {
    display: block;
    float: left;
    width: 1400px;
    height: 100%;
    background: green;   
}



/*
	Drop Down Links
*/



.dropbtn {
  background-color: #ccc;
  color: #444;
  padding: 16px;
  font-family: "Barlow", sans-serif;  
  font-weight: 600;
  font-size: 17px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
    color: #fff;
}

.dropdown {
    margin: 0;
  display: inline-block;
    float: right;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  font-family: "Barlow", sans-serif;
  padding: 4px 6px 7px 6px;
    border-bottom: 1px solid #D3D3D3;
  line-height: 10pt;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}






/*
	Top Mini Scores
*/

section.top-scores {
    margin: 0;
    padding: 0;
    background:  #e6e6e6;
    height: 90px;
    width: 100%;
    border-top: 1px solid #999;
}

div.top-score-container {
    display: flex;
}

div.top-score-container > div.game-container {
    width:100%;
}

/*
	Top mini scores container spread out for 14 games to full width
*/


div.game-container {
    margin: 0;
    background-color: #fff;
    height: 89px;
    padding: 0;
    max-width: 99px;
    border-right: 2px solid  #999;
    border-top: 0px solid  #222; 
    border-bottom: 0px solid  #222;     
    
    
}

div.game-container:first-child {
    border-left: 0px solid  #222;
}

div.game-container:last-child {
    border-right: 2px solid  #999;
}



div.miniscores {
    margin: 0;
    padding: 0;
}


img.mini-score {
    width: 25px;
    background: none;
    vertical-align: bottom;
}

table.miniscores {
    margin: 0;
    font-size: 85%;
    padding: 0;
    font-weight: 500;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border: 0px solid red;
}

table.miniscores a {
    color:#2C3539;
    text-decoration: none;
}

table.miniscores td  {
        border: 0px solid red;

} 

table.miniscores td.miniscore-time {
    font-size: 90%;
    column-span: all;
    font-weight: 500;
    text-align: left;
    padding: 2px 5px 2px 5px;
    border-bottom: 0px solid #333;
}

table.miniscores td.team {
    width: 20%;
}

table.miniscores td.team-name {
    width: 40%;
    padding-left: 4px;
    font-size: 95%;
    text-align: left;
    border: 0px solid red;
}

table.miniscores td.score {
    text-align: center;
    width: 30%;
    font-size: 115%;
    font-weight: 500;
    border: 0px solid red;
}





/*
	Right Secondary Navigation
*/



section.right-navigation {
    width: 100%;
    height: 50px;
    background: blue;
}

div.bot-nav-container {
    background: #0a6d98;
}


ul.bottom_nav {              /* ul for botton secondary navigation links */
    margin: 0;
    padding: 0;
    background:  none;
    height: *;
}

ul.bottom_nav li.first {
    margin: 0px 0px 0px 0;
    display: inline;
    padding: 0 20px 0 0;
    height: 50px;
    color: #fff;
    font-family: "Arvo", serif; 
    font-weight: 600;
    font-size: 110%;    
    cursor: pointer; cursor: hand;
    border-right: 1px solid #fff;
}

span.none {
    color: #0a6d98;
}

ul.bottom_nav li {
    margin: 0px 0px 15px 0px;
    display: inline-block;
    height: 35px;
    font-family: "Barlow", serif; 
    font-weight: 600;
    font-size: 105%;    
    cursor: pointer; cursor: hand;     
}

ul.bottom_nav li a {
    display: block;
    padding: 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

ul.bottom_nav li:first-child {
    padding: 0 0 0 30px;
}

ul.bottom_nav li a:hover {
    background: #29465B;
      transition: all 1s ease;
}



/*
	Section for Main Content
*/


section.content {
    padding: 40px;
    max-width: 100%;
    height: *;
    min-height: 700px;
    background: #fff;
}




/*
	Main Homepage Score Area
*/


.homepage-score-container {
    margin: 0;
    float: left;    
    padding: 0;
    width: 900px;
    border: 0px solid red;
}


img.main-pic {
    margin: 0;
    padding: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;    
    width: 900px;
    display: block;
}

table.homepage_score {
    margin: 0 auto 0;
    padding: 0;
    color: #444;
    width: 900px;
    height: 30px;
    text-align: center;
    border-bottom: 1px solid #999;
    border-collapse: collapse;
    background: #fff;
}

table.homepage_score td {
    border: 0px solid black;
}

table.homepage_score td.team {
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
    font-size: 100%;
  font-family: "Barlow", sans-serif;
    font-weight: 600;
    width: 130px;
    border: 0px solid blue;
}

table.homepage_score td.teambig {
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
    font-size: 75%;
    width: 150px;
    border: 0px solid orange;
}

table.homepage_score td.time {
    text-align: center;
  font-family: "Barlow", sans-serif;
    font-size: 100%;
    color: #444;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;    
    font-weight: bold;
    width: 80px;
}

table.homepage_score td.score {
    text-align: center;
  font-family: "Barlow", sans-serif;
    font-weight: bolder;    
    font-size: 300%;
    border: 0px solid none;
    width: 130px;
}

img.homepage_logo {
    margin: 0 0 -2px 0;
    padding: 0;
    background: none;
    width:  40px;
}

.homepage-right {
    float: left;
    margin: 0 0 0 30px;
    padding: 0;
    width: 375px;
    height: 485px;
    border-radius: 12pt;
    border: 1px solid #999;
    background: #fff;

}


/*
	Main Homepage Power Rankings
*/


table.power-rankings {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 0px solid black;
}

table.power-rankings td {
    border: 0px solid red;
    border-bottom: 0px solid #999;
}

table.power-rankings tr {
        border-bottom: 1px solid #ccc;
}

table.power-rankings th  {
    padding: 7px 0;
    color: #fff;
    border-top-left-radius: 12pt;
    border-top-right-radius: 12pt;    
    background: #333;
}



table.power-rankings td.team {
    font-size: 100%;
    font-weight: 500;
    text-align: left;
}

table.power-rankings td.image {
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
    height: 30px;
}

table.power-rankings td.rank {
    color: #222;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
}



table.power-rankings td.record {
    font-weight: bold;    
    text-align: center;
}

table.power-rankings tr:last-child {
    border-bottom: 0px solid #ccc;
}



img.power-helmets {
    width: 55px;
}




/*
	Main Homepage Headlines
*/


table.headlines {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 0px solid red;
}

img.headline {
    margin: 10px 0 0 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 27px;
}

table.headlines tr {
    border-bottom: 1px solid #ccc;
    line-height: 22pt;  
}

table.headlines tr:last-child {
    border-bottom: 0px solid #ccc;
}

table.headlines th  {
    padding: 7px 0;
    color: #fff;
    border-top-left-radius: 12pt;
    border-top-right-radius: 12pt;    
    background: #333;
}

table.headlines  td.link{ 
    text-align: left;
    padding: 10px 0;
    line-height: 16pt;
    font-size: 92%;
}





/*
	Main Homepage Stats Categories
*/

.numbers {
    float: left;
    margin: 30px 0 0 0;
    padding: 10px 0;
    width: 100%;
    height: *;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;    
    background: none;
}

.numbers-container {
    float: left;
    width: 145px;
    height: *;
    text-align: center;
    background: #fff;
    border-right: 1px solid #999;
}

.numbers-container-last {
    float: left;
    width: 145px;
    height: *;
    text-align: center;
    background: #fff;
    border-right: 0px solid black;
}

table.category {
    width: 100%;
    padding: 5px;
    background: none;
    border-collapse: collapse;    
}

table.category td {
    border: 0px solid none;
}

table.category td.first {
    font-size: 110%;
    font-weight: 500;
    color: #fff;
    padding: 2px 0;
    width: 100px;
    background: #333;
    border:5px solid #fff;
}

table.category td.second {
    font-size: 210%;
    font-weight: 500;
}

table.category td.third {
    font-size: 90%;
    font-weight: 500;
    text-transform: uppercase;     
}

img.category {
    width: 35px;
}




/*
	Main Homepage News
*/


.homepage-news-container {
    display: block;
    float: left;    
    margin: 30px 10px 0 0;
    padding: 0 0 0 0;
    width: 901px;
    height: *;
    border: 0px solid red;
}


.news {
    display: block;
    float: left;
    margin: 0 29px 0 0;
    padding: 0;
    width: 281px;
    height: *;
}

.last {
    margin: 0 0 0 0;
}


p.news {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 120%;    
    margin: 0;
    background: #fff; 
}

img.news {
    border-top-left-radius: 0pt; 
    border-top-right-radius: 10pt;     
    margin: 0 0 12px 0;
    width: 100%;
    height: 150px;
    border-left: 8px solid #0a6d98;    
}

.homepage-right2 {
    float: right;
    margin: 30px 0 0 30px;
    padding: 0;
    width: 375px;
    height: 485px;
    border-radius: 12pt;
    border: 1px solid #999;
    background: #fff;

}









/*
	Main Homepage Stories
*/

.stories {
    float: left;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
    height: *;
    border-radius: 12pt;
    border: 1px solid #999;
    background: #eee;

}

.headlines {
    width: 100%;
    height: 25px;
    border: 0px solid red;
}

h2.headlines {
    margin: 0;
    padding: 10px 0 15px 0;
    border-top-left-radius: 12pt; 
    border-top-right-radius: 12pt;    
    width: 100%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 150%;
    font-family: "Barlow", sans-serif;    
    background: #0a6d98;
}

.story-one {
    display: block;
    float: left;    
    padding: 20px;
    margin: 5px auto 0;
    width: 398px;
    height: *;
    background: none;
    border-right: 1px solid #999;
}

.story-two {
    border-right: 0px solid #999;
}

img.story {
    display: block;
    margin: 0;
    border-top-left-radius: 12pt;
    border-top-right-radius: 12pt;     
    padding: 0; 
    width: 100%;
    border: 0px solid red;
}

h2.story {
    padding: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 150%;    
    margin: 0;
    background: #fff; 
}

hr.line {
    height: 0px;
    border: none;
    border-top: 1px solid #ccc;
}

.line {
    width: *;
    margin: 0;
    padding: 10px 10px 0 10px;
    height: 5px;
    background: #fff;
    border: 0px solid blue;
}

p.story {
    margin: 0;
    font-family: "Barlow", sans-serif;    
    padding: 10px;     
    font-size: 120%;
    line-height: 20pt;
    border-bottom-left-radius: 12pt;
    border-bottom-right-radius: 12pt;      
    min-height: 150px;
    background: #fff;
    border: 1px solid none;
}






/*
	Standings Table
*/


div.standings-container {
    margin: 0;
    display: block;
    float: left;
    border: 0px solid black;
}


table.standings {
    margin: 0 60px 30px 0;
    border-collapse: collapse;
    text-align: center;
}

table.standings a {
}

table.standings td, th {
    border: 0px solid red;
    text-align: center;
    border-bottom: 1px solid #999;
}

table.standings th {
    background: #fff;
    font-size: 90%;
    padding-bottom: 5px;
}

table.standings, th.division {
    text-align: left;
}

table.standings td.image {
    width: 40px;
    background: none;
}

table.standings td.team {
    width: 100px;
    background: none;
    text-align: left;
}

table.standings td.result {
    width: 60px;
    background: none;
}

table.standings tr:nth-child(even) {
	background: #F0F8FF;
}

table.standings tr:last-child {
    border-bottom: 0px solid #ccc;
}






/*
	Standings Stats
*/


div.stats-container {
    margin: 0;
    display: block;
    float: left;
    border: 0px solid black;
}


table.stats {
    margin: 0 60px 30px 0;
    width: 300px;
    border-collapse: collapse;
    text-align: center;
}

table.stats a {
}

table.stats td, th {
    border: 0px solid red;
    text-align: center;
    border-bottom: 1px solid #999;
}

table.stats th {
    background: #fff;
    font-size: 90%;
    padding-bottom: 5px;
}

table.stats, th.division {
    text-align: left;
}

table.stats td.image {
    width: 60px;
    background: none;
}

table.stats td.player {
    width: 160px;
    background: none;
    text-align: left;
}

table.stats td.place {
    width: 30px;
    font-size: 90%;
    background: none;
}


table.stats td.result {
    width: 50px;
    background: none;
}

table.stats tr:nth-child(even) {
	background: #F0F8FF;
}

table.stats tr:last-child {
    border-bottom: 0px solid #ccc;
}







/*
	Scores Table
*/


.table_scores_container {
    width: 1150px;
    margin: 0;
    background: none;
    
}

table.scores { 
    margin: 0 30px 30px 0;
    display: block;
    float: left;
    border-collapse: collapse;
    width: 300px;
    border:1px solid #888;
    border-bottom-right-radius: 20px;    
}

table.scores td {
    border: 0px solid black;
}

table.scores td a {
     font-family: 'Arvo', serif;    
}

table.scores td.team-name {
    width: 200px;
    padding: 0 0 0 10px;    
    font-size: 100%;
    text-align: left;
    font-family: 'Arvo', serif;     
    background: none;
}

table.scores td.matchup {
    font-size: 90%;
    font-weight: 500;
    padding: 5px 10px;
    text-align: left;    
    background: #e6e6e6;
    border-bottom: 1px solid #999;    
}

table.scores td.time {
    text-align: center;
    font-size: 90%; 
    font-weight: 500;    
    background: #ccc; 
    border-bottom: 1px solid #999;
}

span.record {
    padding: 0 0 0 10px;
    font-size: 85%;
    color: #666;
  font-family: "Barlow", sans-serif;
    font-weight: 600;
}

table.scores td.score {
    width: 100px;
    font-size: 130%;
    font-weight: 600;
    background: none;
    text-align: center
}

img.teams-score {
    width: 40px;
    padding: 0 0 0 5px;
    
}


/*
	Schedules Table
*/


div.schedules-container {
    margin: 0x;
    display: block;
    float: left;align-self: 
    border: 0px solid black;
}

img.stats {
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
    height: 60px;
    border: 0px solid red;
}


table.schedules {
    margin: 0 0 30px 0;
    border-collapse: collapse;
}

table.indent {
    margin: 19px 20px 0 50px;
}

table.schedules a {
}

table.schedules th {
    border: 0px solid red;
    border-bottom: 1px solid #999;
}

table.schedules td {
    border: 0px solid red;
    border-bottom: 1px solid #999;
}

table.schedules th {
    background: #fff;
    font-size: 90%;
    font-weight: 500;
    padding-bottom: 5px;
}

table.schedules th.champion {
    text-align: left;
    padding: 0 0 0 15px;
}

table.schedules th.record {
    text-align: left;
    padding-right: 10px;
}

table.schedules th.scores {
    text-align: left;
    padding-right: 20px;
    padding-left: 10px;    
}

table.schedules td.year {
    text-align: left;
    font-weight: 600;
    background: #fff;
    padding: 0 0 5px 0;
}

table.schedules td.week {
    font-size: 85%;
}

table.schedules td.champion {
    width: 180px;
    padding: 0 0 0  15px;
    text-align: left;
}

table.schedules td.result {
    width: 55px;
    padding: 0 10px;
}

table.schedules td.score {
    padding: 0 20px 0 10px; 
    text-align: center; 
    width: 40px; 
}



table.schedules tr:nth-child(odd) {
	background: #F0F8FF;
}

table.schedules tr:last-child {
    border-bottom: 0px solid #ccc;
}



/*
	Teams Table
*/

img.teams-page {
    width: 40px;
}

table.teams {
    margin: 0 60px 30px 0;
    border-collapse: collapse;
    text-align: center;
}

table.teams td, th {
    border: 0px solid red;
    text-align: center;
    border-bottom: 1px solid #999;
}

table.teams th {
    background: #fff;
    font-size: 90%;
    padding-bottom: 5px;
}

table.teams td.teams-page {
    width: 200px;
    padding: 0 0 0 15px;
    background: none;
    font-weight: 500;
    text-align: left;
}

table.teams td.link {
    width: 100px;
    background: none;
}

table.teams tr:nth-child(even) {
	background: #F0F8FF;
}

table.teams tr:last-child {
    border-bottom: 0px solid #ccc;
}


/*
	Table for Tournament
*/


.tourney_container {
    display: block;
    float: left;
    margin: 15px 10px 10px 0;
    width: *;
    height: *;
    background: none;
}

div.tourneyheader {
    border: 1px solid #ccc;
    width: 100%;
  font-family: "Barlow", sans-serif; 
    font-weight: 600;
    font-size: 90%;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 3px 0;
}





table.tourney {
    background: #e6e6e6;
    padding: 0;
     font-family: 'Arvo', serif;     
    margin: 0 0 5px 0;
    height: 45px;
    border-collapse: collapse;
    border: 0px solid #ccc;
       border-radius: 12px;  
}

table.tourney2 {
    background: #e6e6e6;
    padding: 0;
     font-family: 'Arvo', serif;     
    margin: 50px 0 3px 0;
    height: 45px;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.second {
    margin: 35px 0 72px 0;
}

table.third {
    margin: 45px 0 90px 0;
}

table.fifth {
    margin: 95px 0 0  0;
}

table.bottom {
    margin-bottom: 0;
}


table.fourth {
    margin: 122px 0 0 0;
}

table.fourth_right {
    margin: 170px -70px 0 0;
}


table.tourney td.seed, table.finalfour td.seed {
    color: #777;
    width: 20px;
    font-size: 70%;
    line-height: 10pt; 
    text-align: center;
    background: #444;
    color: #fff;
    border: 0px solid black;
}

table.tourney td.name {
    color: #666;
    width: 110px;
  font-family: "Barlow", sans-serif;    
    text-align: left;
    padding: 0 0 0 5px;
    font-size: 85%;
    line-height: 10pt;
    font-weight: 600;
    border: 0px solid black;    
}

table.tourney td.score, table.finalfour td.score {
    color: #444;
    font-size: 90%;
    width: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 10pt;    
    border: 0px solid black;    
}

img.tourney {
    width: 30px;
    height: 30px;
    display: block;
    background: none;
    border: 0px solid black;    
}


table.margin {
    margin: 10px 0 0 0;
}






/*
	Gaemday Live Page
*/


div.gameday-container {
    margin: 20px 60px 0 30px;
    border: 0px solid red;
    display: block;
    float: left;
}

div.gameday-container2 {
    margin: 20px 30px 0 0;
    border: 0px solid red;
    display: block;
    float: left;
}

table.innings-gameday {
    margin:  auto 0 0 100px;
    padding: 0;
    text-align: center;
    width: 650px;
    font-family: 'Open Sans', sans-serif;         
    line-height: 17pt;
    border: 0px solid red;
    border-collapse: collapse;    
}

 table.innings-gameday th {
    border-top: 0px solid #999;
    font-family: 'Arvo', serif;  
    font-size: 75%; 
}



table.innings-gameday td.stats {
    font-weight: bold;
}

table.innings-gameday td.stat {
    font-weight: bold;
    width: 80px;
    font-size: 85%;
    height: 20px;
    border: 0px solid red;
}

table.innings-gameday td.score {
    font-family: 'Arvo', serif;
    font-size: 85%;
     width: 100px;
    border: 0;
}


table.innings-gameday td.team {
    display: inline-block; 
    border: 0px solid blue;
    text-align: left;
    font-size: 80%;
    width: 150px;
     font-family: 'Arvo', serif;       
}


table.game-stats-gameday {
    border-collapse: collapse;
    width: *;
    margin: 20px 0 30px 0;
    font-size: 95%;
    line-height: 18pt;
    border: 0px solid red;
}

table.game-stats-gameday th {
    background: none;
    text-align: left;
    font-size: 80%;
    padding-left: 5px;    
    border-bottom: 1px solid #888;
}

table.game-stats-gameday th.teamname {
    font-size: 110%;
}

table.game-stats-gameday tr {    
    border-bottom: 1px solid #ccc;
}


table.game-stats-gameday td.player {
    text-align: left;
    width: 110px;
    border-right: 1px solid #999;
}

table.game-stats-gameday td.position {
    font-size: 80%;
    font-weight: 600;
    padding: 0 10px;
}

table.game-stats-gameday th.batting {
    text-align: left;
        border-right: 1px solid #999;

}

table.game-stats-gameday th.team {
    width: 33px;
    text-align: center;
}

table.game-stats-gameday tr:nth-child(even) {
	background: #F0F8FF;
}

table.game-stats-gameday td {
    border-top: 1px solid #999;
    border: 0px solid blue;
}

table.game-stats-gameday td.stat {
    width: 33px;
    text-align: center;
}



table.game-stats-gameday tr:last-child  {
    border-bottom: 0px solid #ccc;
}

table.game-stats-gameday td.number {
    text-align: left;
    padding-left: 5px;
    width: 120px;
}

table.game-stats-gameday tr:last-child {
    font-weight: bold;
}

table.bottom {
    margin: 0 0 50px 0;
}


table.game-summary-gameday {
    border-collapse: collapse;
    margin: 0px auto 10px;
    font-size: 95%;    
    line-height: 10pt;
    border: 0px solid red;
}

table.game-summary-gameday th {
    padding: 6px 0 1px 0;
}

table.game-summary-gameday td {
    border-top: 1px solid #ccc;
}

table.game-summary-gameday tr:last-child  {
    border-bottom: 0px solid #ccc;
}

table.game-summary-gameday th.team-name {
    font-size: 90%;
    font-weight: 700;
}

table.game-summary-gameday th.scoring {
    text-align: left;
    padding-left: 5px;    
    font-size: 100%;
    
}

table.game-summary-gameday td.time {
    width: 80px;
    padding: 0 0 0 5px;
    text-align: left;
}


table.game-summary-gameday td.logo {
    width: 40px;
    text-align: left;
}

table.game-summary-gameday td.play {
    width: 220px;
    text-align: left;    
}

table.game-summary-gameday td.team {
    width: 60px;
}

table.game-summary-gameday tr:nth-child(even) {
	background: #F0F8FF;
}

img.summary-logo-gameday {
    padding: 2px 0 0 0;
    width: 25px;
    
}




/*
	Table for Homepage Stats
*/





table.game-stats {
    border-collapse: collapse;
    margin: 3px auto 25px;
    font-size: 100%;
    line-height: 20pt;
    border: 0px solid red;
}

table.game-stats th {
    background: none;
    border-bottom: 1px solid #888;
    height: 20px;
}

table.game-stats td {
    font-weight: 500;
}

table.game-stats th.team {
    width: 130px;
}

table.game-stats tr:nth-child(even) {
	background: #F0F8FF;
}

table.game-stats td.number {
    font-weight: 600;
    font-size: 85%;
}


.innings-stats-container {
    width: 300px;
    height: 200px;
    margin: 20px auto 0;
    padding: 0;
    border: 1px solid orange;
}

table.innings {
    margin:  auto;
    padding: 0;
    text-align: center;
    width: 350px;
    font-family: 'Open Sans', sans-serif;         
    line-height: 17pt;
    border: 0px solid black;
    border-collapse: collapse;    
}

 table.innings th {
    border-top: 0px solid #999;
    font-family: 'Arvo', serif;  
    font-size: 75%; 
}

table.innings td.stats {
    font-weight: bold;
}

table.innings td.stat {
    font-weight: bold;
    width: 80px;
    font-size: 85%;
    height: 20px;
    border: 0px solid red;
}

table.innings td.score {
    font-family: 'Arvo', serif;
    font-size: 85%;
     width: 80px;
    border: 0;
}


table.innings td.team {
    display: inline-block; 
    border: 0px solid blue;
    text-align: left;
    font-size: 80%;
    width: *;
     font-family: 'Arvo', serif;       
}


img.stats_logo {
    margin: 0 10px 0 0;
    float: left;
    width: 25px;
}

img.main_stats_logo {
    width: 30px;
    vertical-align:bottom;    
    padding: 0;
    margin: 0;
}


table.quarters {
    position: absolute;
    bottom: 0;
    margin:  0 0 6px 13px;
    padding: 0;
    text-align: center;
    width: 350px;
    font-family: 'Open Sans', sans-serif;         
    line-height: 17pt;
    border: 0px solid black;
    border-collapse: collapse;    
}

table.quarters tr.top {
    border-top: 1px solid #999;    
}

 table.quarters th {
    border: 0px solid #999;
    font-family: 'Arvo', serif;  
    font-size: 75%; 
}

table.quarters td.stats {
    font-weight: bold;
    border: 1px solid red;
}

table.quarters td.stat {
    font-weight: bold;
    width: 80px;
    font-size: 85%;
    height: 20px;
    border: 0px solid red;
}

table.quarters td.score {
    font-family: 'Arvo', serif;
    font-size: 85%;
     width: 80px;
    border: 0px solid blue;
}


table.quarters td.team {
    display: inline-block; 
    border: 0px solid orange;
    text-align: left;
    font-size: 80%;
    width: 150px;
     font-family: 'Arvo', serif;       
}



table.game-stats-2 {
    border-collapse: collapse;
    margin: 10px auto 30px;
    font-size: 110%;
    line-height: 22pt;
    border: 0px solid red;
}

table.game-stats-2 th {
    background: none;
    border-bottom: 1px solid #888;
    height: 20px;
}

table.game-stats-2 td {
    font-weight: 500;
}

table.game-stats-2 th.team {
    width: 130px;
}

table.game-stats-2 tr:nth-child(even) {
	background: #F0F8FF;
}

table.game-stats-2 td.number {
    font-weight: 600;
    font-size: 85%;
}

img.main_stats_logo_2 {
    width: 35px;
    vertical-align:bottom;    
    padding: 0;
    margin: 0;
}




/




/*
	Table for History
*/

table.history {
    margin: 0 60px 30px 0;
    border-collapse: collapse;
    text-align: center;
    border-top: 0px solid blue;
}



table.history tr {
    border-bottom: 1px solid #ccc;
} 

table.history td, th {
    border: 0px solid red;
    text-align: center;
    border-bottom: 1px solid #999;
}

table.history th {
    background: #fff;
    font-size: 90%;
    text-align: left;
    padding-bottom: 5px;
}

table.history tr:nth-child(even) {
	background: #F0F8FF;
}

table.history tr:last-child {
    border-bottom: 0px solid #ccc;
}

table.history th.year {
    padding-left:  10px;  
}

table.history td.year {
    border: 0px solid red;
    font-size: 90%;
    padding-right:  20px;
    padding-left:  10px;     
}

table.history td.image {
    border: 0px solid red;
    padding-right:  20px;
}

table.history td.team {
    border: 0px solid red;
        text-align: left;
    width: 200px;
}

table.history td.series {
    border: 0px solid red;
    text-align: left;
    width: 300px;    
}




/*
	Records Table
*/


div.records-container {
    margin: 0x;
    display: block;
    float: left;align-self: 
    border: 1px solid black;
}

table.records {
    margin: 0 40px 0 0;
    border-collapse: collapse;
}

table.records td {
    padding: 3px 0;
}

table.records td.year {
    width: 50px;
}

table.records tr:nth-child(odd) {
	background: #F0F8FF;
}

table.records td, th {
    border: 0px solid red;
    text-align: center;
    border-bottom: 1px solid #999;
}

table.records th {
    background: #fff;
    font-size: 90%;
    padding-bottom: 5px;
}

table.records th.score {
    text-align: left;
    padding-left: 20px;    
}

table.records td.statss {
    width: 45px;
    border-bottom: 1px solid #999;
}

table.records th.post-results {
    text-align: left;
    padding-left: 13px;
}

table.records td.post {
    text-align: left;
    width: 100px;
    padding-left: 20px;
}

table.records td.post-result {
    text-align: left;
    padding-left: 20px; 
    width: 240px;    
    padding-right: 20px;    
}

table.bold tr:last-child {
	font-weight: 500;
}





table.alltime {
    margin: 0 40px 0 0;
    text-align: left;
    border-collapse: collapse;
}

table.alltime th {
    background: #fff;
    font-size: 90%;
    text-align: left;
    padding-bottom: 5px;
}

table.alltime td {
    font-size: 95%;
}

span.bolder {
    padding-right: 5px;
    font-size: 120%;
    font-weight: 600;
}










/*
	Section for Footer Area
*/

section.footer {
    width: 100%;
    height: *;
    background: #333;
}


/*
	Footer Content Area 
*/

footer {
    width: 100%;
    height: *;
    background: none;
}

.footer-content-container {
    margin:auto;
    padding: 40px 0;    
    max-width: 1200px;
    height: *;
    background: none;
}

img.footer {
    display: block;
    float: left;
    width: 100px;
}

p.footer {
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif;    
    display: block;    
    width: 400px;
    float: right;
    font-size: 90%;
    color: #ccc;
    line-height: 15pt;
}
