/**** NFL CSS ****/
.teamimg {
        float:  left;
        width:  18px;
        height: 42px;
        padding:        10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
}
.mlb-content-wrapper {
        margin:         auto;
}
.mlb-container {
        min-width:      1450px;
        max-width:      1590px;
}
.mlb-dashboard-container {
        min-width:      100%;
        max-width:      100%;
}
.dashboard table {
	width:		100%;
}
.dashboard th {
	font-size:	14px;
	text-align:	center;
	padding:	5px;
}
.dashboard td {
	font-size:	14px;
	text-align:	center;
	padding:	10px;
}
.mlb-home-left { float:left;    width: 70%; }
.mlb-home-right { float:left;   width: 30%; }
.sh-DAL { background-color: #003594; color: #fff; }
.sh-HOU { background-color: #03202F; color: #A71930; }
.sh-ARI { background-color: #97233F; color: #000; }
.sh-ATL { background-color: #A71930; color: #000; }
.sh-BAL { background-color: #241773; color: #fff; }
.sh-MIA { background-color: #008E97; color: #FC4C02; }
.sh-MIN { background-color: #4F2683; color: #FFC62F; }
.sh-NE { background-color: #002244; color: #C60C30; }
.sh-NO { background-color: #000; color: #D3BC8D; }
.sh-NYJ { background-color: #125740; color: #fff; }
.sh-NYG { background-color: #0B2265; color: #A71930; }
.sh-BUF { background-color: #00338D; color: #fff; }
.sh-CAR { background-color: #0085CA; color: #101820; }
.sh-CHI { background-color: #0B162A; color: #C83803; }
.sh-CIN { background-color: #FB4F14; color: #000000; }
.sh-CLE {background-color: #FF3C00; color: #311D00; }
.sh-DAL {background-color: #003594; color: #fff; }
.sh-DEN {background-color: #FB4F14; color: #002244; }
.sh-DET {background-color: #0076B6; color: #B0B7BC; }
.sh-GB  {background-color: #203731; color: #FFB612; }
.sh-HOU {background-color: #03202F; color: #A71930; }
.sh-IND {background-color: #002C5F; color: #A2AAAD; }
.sh-JAC {background-color: #006778; color: #D7A22A; }
.sh-KC  {background-color: #E31837; color: #FFB81C; }
.sh-LV  {background-color: #A5ACAF; color: #000; }
.sh-LAC {background-color: #0080C6; color: #FFC20E; }
.sh-LAR {background-color: #003594; color: #FFA300; }
.sh-PHI {background-color: #004C54; color: #A5ACAF; }
.sh-PIT {background-color: #000000; color: #FFB612; }
.sh-SF  {background-color: #AA0000; color: #B3995D; }
.sh-SEA {background-color: #002244; color: #69BE28; }
.sh-TB  {background-color: #D50A0A; color: #0A0A08; }
.sh-TEN {background-color: #0C2340; color: #4B92DB; }
.sh-WSH {background-color: #773141;color: #FFB612; }
.mlb-team-buttons {
        padding: 10px;
        background-color:       #fff;
        color:                  #000;
        border:                 1px solid #c0c0c0;
}
.mlb-depth-chart table {
        border:         1px solid #333;
}

.mlb-depth-chart th {
        background-color:       #333;
        color:          #fff;
        border:         1px solid #c0c0c0;
        padding:        10px;
}
.mlb-depth-chart tr {
        border:         1px solid #c0c0c0;
        padding:        10px;
}
.mlb-depth-chart td {
        border:         1px solid #c0c0c0;
        padding:        10px;
        font-size:      12px;
}
/* CSS */
.mlb-team-buttons {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.mlb-team-buttons:hover,
.mlb-team-buttons:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.mlb-team-buttons:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.mlb-team-buttons:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}

.playerimage {
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 70px;
        border-radius: 180px;
        transform: scale(1.00);
        object-fit: cover;
        object-position: 70% 100%;
}
