@CHARSET "ISO-8859-1";

table.game-summary-table {
  width: 100%;
  table-layout: fixed;
}

td.game-summary-team {
  width: 55%;
  max-width: 100%;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

td.game-summary-league {
  width: 55%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

td.game-summary-outs {
  width: 15%;
  font-size: 12px;
  text-align: center;
}

td.game-summary-rhe {
  width: 10%;
  text-align: center;
  font-family: Andale Mono, Lucida Console, Courier New, courier, fixed;
  font-weight: bold;
  background: black;
  width: 20px;
  color: #ffff00;
}

td.game-summary-bases {
  width: 15%;
  font-size: 12px;
  text-align: center;
}

.diamond-shape {
  background: #ffff00;
  height: 20px;
  width: 20px;
  text-align: center;
  transform:rotate(45deg);
  padding: 0;
  margin: 0;
}

.diamond-content {
  color: #000000;
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  height: 20px;
  width: 20px;
  /* transform:rotate(-45deg); */
  padding: 3px 0;
  margin: 0;
}

.plate-shape {
  background: #ffffff;
  height: 14px;
  width: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
  }

.plate-shape-bottom {
  background: #ffffff;
  height: 12px;
  width: 12px;
  text-align: center;
  transform:rotate(45deg);
  padding: 0;
  margin; 0;
}

.plate-content {
  color: #000000;
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  height: 14px;
  width: 16px;
  padding: 3px 0;
  margin: 0;
}
