.gameyear, .gamescore {}.stat-boxes {
 max-width:330px;
 margin:0 auto;
}
.gameyear {
 background: #555555;
 border: 1px solid #555 !important;
 color: #E8E8E8;
 font-family: courier new,courier;
 font-size: 16px;
 font-weight: bold;
 white-space: nowrap;
 text-align: center !important;
 border-radius: 10px 10px 0 0;
 padding:2px !important;
 position:relative;
 z-index:2;
}
.gamescore {
 background: #E8E8E8;
 border: 1px solid #555555;
 font-family: courier new,courier;
 font-size: 12px;
 font-weight: bold;
 text-align: center !important;
 white-space: nowrap;
 text-transform: uppercase;
 border-radius: 0px !important;
 position:relative;
 z-index:2;
}
.photo-header {
 background-color:#555555;
 padding:2px;
 text-align:center
}
.table-headline {
 color:#fff;
 margin:20px auto;
 text-transform:capitalize;
}
.table-container {
 background-color:#fdfdfd;
 text-align:center;
 width:100%;
 padding:2px;
}
.table-intro {
 padding: 6px 12px;
 font-size:14px;
 line-height:18px;
 text-align:left;
}
#super {
 max-width:330px !important;
 margin:0 auto;
 padding:0;
}
#super td,th{
 font-size:11px;
 line-height:12px;
 padding-top:1px;
 padding-bottom:1px;
}
TABLE.super td:nth-of-type(6),
TABLE.super th:nth-of-type(6) {
 text-align: center;
}
.sb-credit {
 width:100%;
 text-align:center;
 color:#fff;
 font-size:9px;
 margin-top:3px;
}
.sb-caption {
 color:#fff;
 font-size:13px;
 font-weight:bold;
 margin-top:-3px;
}
.no-pm {
 padding:0 !important;
 margin:0 !important;
}
.sb-stats {
 background:#fafafa;
 padding-top:10px;
 position:relative;
 top:-10px;
 z-index:1;
}
.bottom-line {
 margin: -10px 0 40px 0;
}
@media only screen and (min-width: 600px) {
  #super {
   max-width:400px !important;
   margin:0 auto;
 }
  #super td,th{
   font-size:14px;
   line-height:15px;
   padding-top:2px;
   padding-bottom:2px;
 }
 .sb-stats {
 font-size: 13px;
 padding-left:2px;
 }
 .table-container {
  border:2px solid #555555;
 }
}
@media only screen and (max-width: 599px) {
 .sb-stats {
  font-size: 11px;
  padding-left:0;
 }
 pre {
  font-size:11px;
 }
 .table-container {
  border:1px solid #555555;
 }
 .sb-credit {
  font-size:7px;
 }
}
