
#sidebar-wrapper {
  /*display: none !important;*/
}

#post-area {
  /*width: 100% !important;*/
}

/******************** ALLGEMEIN ********************/

th {
  text-align: left;
}

.ms-games #rowcolored {
  background-color: #F0F0F6;
}

.ms-games #row {
  background-color: #FFFFFF;
}

.ms-games #selected {
  background-color: #545454;
  color: #e4bf5a;
}

.ms-games #selected td a {
  color: #e4bf5a !important;
}

/******************** GAMES ********************/
.ms-games {
  font-size: 8pt;
  background-color: #EEEEEE;
  border-collapse: separate;
  border-spacing: 1px;
}

.ms-games th {
  text-align: left;
  background-color: #E6EEEE;
  padding: 2px 0 0 5px;
}

table.ms-games {
  width: 100%;
}

.ms-games tr {
  height: 15px;  
}

.ms-games tr.monthname {
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}

.ms-games tr.monthname td {
  padding: 20px 0 0 5px;
  font-weight: bold
}

.ms-games tr td {
  padding: 3px 5px;  
}

.ms-games td.result {
  font-weight: bold;
}

.ms-games td.result {
  font-weight: bold;
  text-align: right;
}


.ms-games td.boxscore, .ms-games td.time {
  text-align: center;
}

.ms-games td.stats a {
  /*color: #c89b20 !important;*/
  text-decoration: none;
}

.ms-games td.stats a:hover {
  text-decoration: underline;
}

.ms-games td.type {
  text-align: center;
}

.ms-games td.home img, .ms-games td.away img, .ms-games-details-flag img {
  padding-bottom: 0 !important;
  padding-right: 3px;
  top: 3px;
  position: relative;  
}

/******************** BOXSCORE ********************/

.ms-game-boxscore-container {
    background-color: #E5E5E5;
    padding: 4px;
}


.ms-game-boxscore {
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 0 !important;
}

.ms-game-boxscore th {
    border-top: 1px solid #D7D7D7;
    color: #666666;
    font-size: 10px;
    line-height: 13px;
    padding: 2px;
    text-align: center;
}

.ms-game-boxscore th.separator {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
}

.ms-game-boxscore th.errors {
    border-right: 1px solid #D7D7D7;
    text-align: center !important;
}

.ms-game-boxscore th.inning, .ms-game-boxscore th.hits, .ms-game-boxscore th.runs {
    text-align: center;
}

.ms-game-boxscore td.team {
    font-size: 12px;
    padding-left: 5px;
    text-align: left;
    width: 80px;
    text-transform: uppercase;
}

.ms-game-boxscore td.runs {
    background-color: #E5E5E5;
}

.ms-game-boxscore td.hits {
    text-align: center;
}

.ms-game-boxscore td {
    border: 1px solid #D7D7D7;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 1.4em;
}

.ms-game-boxscore td a {
  /*color: #FBBD28 !important;*/
}


/********** STATS **********/

.ms-games-hitting-stats {
  border-collapse: collapse;
  margin-top: 5px !important;
  background-color: #FFFFFF;
  width: 75%;
}

.ms-games-hitting-stats th {
  background-color: #F0F0F0;
  border: 1px solid #D4D4D4;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 5px;
}

.ms-games-hitting-stats td {
  border: 1px solid #D4D4D4;
  font-size: 12px;
  padding: 3px 5px;
  text-align: center;
  width: 19px;
}

.ms-games-hitting-stats td a {
  /*color: #FBBD28 !important;*/
}

.ms-games-pitching-stats {
  border-collapse: collapse;
  margin-top: 5px !important;
  background-color: #FFFFFF;
}

.ms-games-pitching-stats th {
  background-color: #F0F0F0;
  border: 1px solid #D4D4D4;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 5px;
}

.ms-games-pitching-stats td {
  border: 1px solid #D4D4D4;
  font-size: 12px;
  padding: 3px 5px;
  text-align: center;
  width: 19px;
}

.ms-games-pitching-stats td a {
  /*color: #FBBD28 !important;*/
}

td.player {
  width: 143px;
  text-align: left;
}

td.teamstats {
  background-color: #F0F0F0;
  font-weight: bold;
}




