 table.data tbody tr:nth-child(2n) td {
    background: #eee;
}

.factbox {
    border: 1px solid #aaa;
    padding: 10px;
    background: #eee;
    overflow: hidden;
    border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
}


@media (max-width: 539px) {
	
#content h1 {
}

.factbox {
    font-size: 14px;
    line-height: 22px;
	text-align: left;
}

#content td, #content th {
    font-size: 14px;
}

#content table.data tr.stats-section td {
 
    font-size: 14px;
}

}



.season_selector {
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}
	
.season_selector a {
	text-decoration: underline;
	margin: 0 20px;
}



@media (max-width: 539px) {
	.season_selector {
 
	font-size: 14px;
 
}
	
.season_selector a {
	text-decoration: underline;
	margin: 0 8px;
}



}

h1 small  {
 
    display: none;
}

@media (max-width: 767px) {
#content h1 {

    text-align: center;

}



}

@media (max-width: 479px) {
#content td, #content th {
    font-size: 12px;
	font-weight: 500;
	font-family: "Archivo Narrow";
    padding: 6px 2px;
}
.factbox {
    padding: 0px;
}

 

#content h2 {
    padding: 14px 14px 4px 14px;

}

.season_selector {
    font-size: 14px;
}

.season_selector a {
    margin: 0 8px;
}

}
 

 img {
    max-width: 100%;
}