@CHARSET "ISO-8859-1";

table {
  border-collapse: collapse;
}

table.data {
  min-width: 60%;
  margin: auto;
}

table.data th {
  padding: 0.4rem;
  text-align: right;
  font-weight: normal;
}

table.data td {
  padding: 0.4rem;
  font-size: 1.0rem;
}

table.data tr:nth-child(odd) td {
  background-color: #326338;
}

table.table {
  width: 100%;
}

table.framed {
  width: 80%;
  margin: 2rem auto;
  border: 1rem solid #224826;
}

table.table td {
  padding: 0.2rem;
  line-height: 1.5rem;
}

table.table th {
  padding: 0.1rem 0.3rem;
  text-align: center;
  font-weight: normal;
  background-color: #8a6e45;
  color: white;
  font-size: 0.8rem;
}

table.table th.banner {
  font-size: 1.8rem;
}

table.table th.title {
  font-size: 1.4rem;
  font-weight: bold;
  background: #5a4226;
  color: #ffdbb3;
  border-radius: 1rem 1rem 0 0;
}

.table-subdata {
  font-size: 0.8rem;
}

.table-left, table.table .left {
  text-align: left;
}

.table-center, table.table .center {
  text-align: center;
}

.table-right, table.table .right {
  text-align: right;
}

table.table tr:nth-child(odd) td {
  background-color: #326338;
}

.table-pitching, table.table td.pitching {
  background-color: #620067;
}

table tr:nth-child(odd) td.table-pitching,
table tr:nth-child(odd) td.pitching {
  background-color: #720079;
}

.table-batting, table.table td.batting {
  background-color: #1e6666;
}

table tr:nth-child(odd) td.table-batting,
table tr:nth-child(odd) td.batting {
  background-color: #247777;
}

.table-fielding, table.table td.fielding {
  background-color: #656600;
}

table tr:nth-child(odd) td.table-fielding,
table tr:nth-child(odd) td.fielding {
  background-color: #767700;
}

table.table tr.table-row:nth-child(even) td,
table.table tr.table-row:nth-child(even) td.table-pitching {
  backdrop-filter: brightness(85%);
}
