.team-ari { background: url("http://baseballprospectus.com/images/team/50x50/ari.gif") 90% 70% no-repeat; }
.team-atl { background: url("http://baseballprospectus.com/images/team/50x50/atl.gif") 90% 70% no-repeat; }
.team-bal { background: url("http://baseballprospectus.com/images/team/50x50/bal.gif") 90% 70% no-repeat; }
.team-bos { background: url("http://baseballprospectus.com/images/team/50x50/bos.gif") 90% 70% no-repeat; }
.team-chn { background: url("http://baseballprospectus.com/images/team/50x50/chn.gif") 90% 70% no-repeat; }
.team-cha { background: url("http://baseballprospectus.com/images/team/50x50/cha.gif") 90% 70% no-repeat; }
.team-cin { background: url("http://baseballprospectus.com/images/team/50x50/cin.gif") 90% 70% no-repeat; }
.team-cle { background: url("http://baseballprospectus.com/images/team/50x50/cle.gif") 90% 70% no-repeat; }
.team-col { background: url("http://baseballprospectus.com/images/team/50x50/col.gif") 90% 70% no-repeat; }
.team-det { background: url("http://baseballprospectus.com/images/team/50x50/det.gif") 90% 70% no-repeat; }
.team-hou { background: url("http://baseballprospectus.com/images/team/50x50/hou.gif") 90% 70% no-repeat; }
.team-kca { background: url("http://baseballprospectus.com/images/team/50x50/kca.gif") 90% 70% no-repeat; }
.team-ana { background: url("http://baseballprospectus.com/images/team/50x50/ana.gif") 90% 70% no-repeat; }
.team-lan { background: url("http://baseballprospectus.com/images/team/50x50/lan.gif") 90% 70% no-repeat; }
.team-mia { background: url("http://baseballprospectus.com/images/team/50x50/mia.gif") 90% 70% no-repeat; }
.team-mil { background: url("http://baseballprospectus.com/images/team/50x50/mil.gif") 90% 70% no-repeat; }
.team-min { background: url("http://baseballprospectus.com/images/team/50x50/min.gif") 90% 70% no-repeat; }
.team-nyn { background: url("http://baseballprospectus.com/images/team/50x50/nyn.gif") 90% 70% no-repeat; }
.team-nya { background: url("http://baseballprospectus.com/images/team/50x50/nya.gif") 90% 70% no-repeat; }
.team-oak { background: url("http://baseballprospectus.com/images/team/50x50/oak.gif") 90% 70% no-repeat; }
.team-phi { background: url("http://baseballprospectus.com/images/team/50x50/phi.gif") 90% 70% no-repeat; }
.team-pit { background: url("http://baseballprospectus.com/images/team/50x50/pit.gif") 90% 70% no-repeat; }
.team-sdn { background: url("http://baseballprospectus.com/images/team/50x50/sdn.gif") 90% 70% no-repeat; }
.team-sea { background: url("http://baseballprospectus.com/images/team/50x50/sea.gif") 90% 70% no-repeat; }
.team-sfn { background: url("http://baseballprospectus.com/images/team/50x50/sfn.gif") 90% 70% no-repeat; }
.team-sln { background: url("http://baseballprospectus.com/images/team/50x50/sln.gif") 90% 70% no-repeat; }
.team-tba { background: url("http://baseballprospectus.com/images/team/50x50/tba.gif") 90% 70% no-repeat; }
.team-tex { background: url("http://baseballprospectus.com/images/team/50x50/tex.gif") 90% 70% no-repeat; }
.team-tor { background: url("http://baseballprospectus.com/images/team/50x50/tor.gif") 90% 70% no-repeat; }
.team-was { background: url("http://baseballprospectus.com/images/team/50x50/was.gif") 90% 70% no-repeat; }

/* Pagination CSS from http://www.developphp.com/page.php?id=289 */
.pagNumActive { color: #000; border: #060 1px solid; background-color: #D2FFD2; padding-left: 3px; padding-right: 3px; }

.paginationNumbers a:link { color: #000; text-decoration: none; border: #999 1px solid; background-color: #F0F0F0; padding-left: 3px; padding-right: 3px; }

.paginationNumbers a:visited { color: #000; text-decoration: none; border: #999 1px solid; background-color: #F0F0F0; padding-left: 3px; padding-right: 3px; }

.paginationNumbers a:hover { color: #000; text-decoration: none; border: #060 1px solid; background-color: #D2FFD2; padding-left: 3px; padding-right: 3px; }

.paginationNumbers a:active { color: #000; text-decoration: none; border: #999 1px solid; background-color: #F0F0F0; padding-left: 3px; padding-right: 3px; }

/* End of Pagination CSS from http://www.developphp.com/page.php?id=289 */
.card-container { margin-bottom: 1em; }
.card-container a { text-decoration: none; color: #111; }
.card-container a:hover h3 { text-decoration: underline; }
.card-container a:hover h3 span.pos { text-decoration: none !important; }

.card-sub-container { padding: 5px 10px; border: 1px black solid; position: relative; border-radius: 4px; min-height: 95px; }
.card-sub-container h3 { padding: 0; margin: 0; }
.card-sub-container h3 span { font-size: 75%; vertical-align: 2px; }

a .pos { text-decoration: none; }

.pos { font-size: 100%; float: right; font-weight: bold; }

.org { margin: 0; }

.born { font-size: 75%; margin: 0 0 10px; font-weight: 500; }

.mlb-active { font-weight: bold; margin-top: 0px; margin-bottom: 10px; }

.mlb-never { visibility: hidden; }

.milb, .mlb { margin-bottom: 0px; margin-top: 0px; margin-bottom: 0px; }

.milb-never { visibility: hidden; }

/* CSS taken from Bootstrap below: */
/* CSS taken from Bootstrap below: */
/* CSS taken from Bootstrap below: */
/* * { */
/* -webkit-box-sizing: border-box; */
/* -moz-box-sizing: border-box; */
/* box-sizing: border-box; */
/* } */
/* *:before, */
/* *:after { */
/* -webkit-box-sizing: border-box; */
/* -moz-box-sizing: border-box; */
/* box-sizing: border-box; */
/* } */
/* CSS taken from Bootstrap below: */
.container { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; }

@media (min-width: 768px) { .container { width: 730px; } }
@media (min-width: 992px) { .container { width: 730px; } }
@media (min-width: 1200px) { .container { width: 730px; } }
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; }

.row { margin-left: -5px; margin-right: -5px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; }

/* ... */
@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 30%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-0 { right: auto; }
  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-0 { left: auto; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0%; } }
/* End of CSS taken from Bootstrap below: */
/* End of CSS taken from Bootstrap below: */
/* End of CSS taken from Bootstrap below: */

