.game-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #6a6a6a;
}

.game-date {
  font-size: 17px;
  margin-top: 5px;
}

.highlights {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
}

.highlight-link {
  text-decoration: none;
  background-color: transparent;
}

.highlight-link:link {
  color: #6a6a6a;
}

.highlight-link:visited {
  color: #6a6a6a;
}

.highlight-link:hover {
  color: #3f3f3f;
}

.wrapper {
  vertical-align: bottom;
}
/*
.game-graph {
  position: relative;
  z-index: -1;
}*/

.inning-header {
  /*
    padding: 2px;
    border: 1px black solid;
    background-color: rgb(156, 192, 204);*/
    border-bottom: rgb(136, 136, 136) 1px solid;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: rgb(136, 136, 136);
    margin: auto;
}

.logo-td {
  vertical-align: bottom;
  text-align: center;
  padding-right: 10px;
}

.runs {
  text-align: center;
  width: 30px;
  color: rgb(102, 102, 102);
  font-weight: 600;
  font-size: 15px;
}

.score {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  width: 30px;
}

.event {
  box-sizing: border-box;
  width: 30px;
  border-style: solid;
  border-width: 1px;
  margin: auto;
}

.hitting-event {
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  border-style: solid;
  border-width: 1px;
  margin: auto;
}

.hitting-rbi {
  box-sizing: border-box;
  width: 10px;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  margin: auto;
  background: #1d32f3;
  border-color: #0215c4;
  height: 10px;  
}

.pitching-strikeout {
  box-sizing: border-box;
  width: 10px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0%;
  margin: auto;
  background: #e52323;
  border-color: #780101;
  height: 10px;  
}

.pitching-walk {
  box-sizing: border-box;
  width: 10px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0%;
  margin: auto;
  background: silver;
  border-color: gray;
  height: 10px;  
}

.inning-top {
  float: left;
  vertical-align: bottom;
}

.inning-bottom {
  float: left;
  vertical-align: bottom;
  margin-left: 2px;
}

.at-bat,
.batter-timeout {
  background: #FFDE59;
  border-color: #FBD53D;
  height: 10px;
}

.lineout,
.groundout,
.forceout,
.sac-fly,
.flyout,
.strikeout,
.pop-out,
.fielders-choice-out,
.pickoff-1b,
.pickoff-2b,
.pickoff-3b,
.pickoff-error-1b,
.pickoff-error-2b,
.pickoff-error-3b,
.pickoff-caught-stealing-2b,
.pickoff-caught-stealing-3b,
.pickoff-caught-stealing-home,
.caught-stealing-2b,
.caught-stealing-3b,
.caught-stealing-home,
.bunt-groundout,
.bunt-lineout,
.sac-bunt,
.runner-out,
.bunt-pop-out {
  background: #e52323;
  border-color: #c92020;
  height: 10px;
}

.grounded-into-dp,
.double-play,
.sac-fly-double-play,
.strikeout-double-play {
  background: #a52020;
  border-color: #911a1a;
  height: 20px;
}

.grounded-into-tp,
.triple-play {
  background: #a52020;
  border-color: #701616;
  height: 30px;
}

.single {
  background: #44c121;
  border-color: #3ca31d;
  height: 10px;
}

.double {
  background: #3e9e1e;
  border-color: #338218;
  height: 20px;
}

.triple {
  background: #33751a;
  border-color: #275914;
  height: 30px;
}

.home-run {
  background: #285b12;
  border-color: #1b3d0c;
  height: 40px;
}

.walk,
.intent-walk,
.balk,
.fielders-choice,
.stolen-base-2b,
.stolen-base-3b,
.field-error,
.hit-by-pitch,
.catcher-interference,
.wild-pitch,
.passed-ball {
  background: silver;
  border-color: gray;
  height: 10px;
}

.has-outs {
  background-image: repeating-linear-gradient(
    125deg,
    #e52323,
    #e52323 4px,
    transparent 4px,
    transparent 8px
  );
}

.hitting-table {
  margin-left: 72px;
  border-collapse: collapse;
}

.hitting-title {
  color: #6a6a6a;
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
}

.hitting-header-td {
  vertical-align: bottom;
  color: #6a6a6a;
}

.hitting-header {
  color: #6a6a6a;
}

.hitting-title-tr {
  border-bottom:rgb(136, 136, 136) 1px solid;
}

.hitting-team-name {
  font-weight: bold;
  font-size: 17px;
  padding-top: 10px;
}

.hitting-player-name a {
  text-decoration: none;
  color: inherit; 
}

.hitting-player-name a:hover {
  color: blue;
  text-decoration: underline;
  text-decoration-color: blue;
}

.hitting-list-indent {
  margin-left: 20px;
}

.hitting-number-td {
  vertical-align: bottom;
  text-align: right;
  border-bottom:rgb(137, 137, 137) 1px dashed; 
}

.hitting-name-td {
  text-align: left;
  vertical-align: bottom;
  border-bottom:rgb(137, 137, 137) 1px dashed; 
}

.hitting-hits-td {
  padding-top: 5px;
  padding-left: 5px;
  vertical-align: text-bottom;
  border-bottom:rgb(137, 137, 137) 1px dashed; 
}

.hitting-rbi-td, .hitting-strikeout-td, .hitting-walk-td {
  padding-top: 5px;
  padding-left: 5px;
  vertical-align: text-bottom;
  border-bottom:rgb(137, 137, 137) 1px dashed; 
}

[tooltip]:before {
  /* needed - do not touch */
  content: attr(tooltip);
  position: absolute;
  opacity: 0;

  /* customizable */
  z-index: 1;
  transition: all 0.15s ease;
  padding: 5px;
  color: black;
  border-radius: 5px;
  box-shadow: 2px 2px 1px gray;
  font-size: small;
}

[tooltip]:hover:before {
  /* needed - do not touch */
  opacity: 1;

  /* customizable */
  z-index: 1;
  background: silver;
  margin-top: 0px;
  margin-left: 10px;
}

[tooltip]:not([tooltip-persistent]):before {
  pointer-events: none;
}

.rating-link {
  color: inherit;
  text-decoration: inherit;
}
