<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.str_eventwrapper {
  margin-block: 2rem;
  margin-inline: auto;
  max-width: 80rem;
  border: 0px solid #808080;
}

.str_eventheader {
  padding-block: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}

.str_eventcell {
  margin-inline: auto;
  overflow-x: auto;
  display: grid;
  place-content: center;
  column-gap: 1vw;
}

  .str_eventcell &gt; * {
  }

.str_gridcell {
  padding-block: 1rem;
}

.str_colspan2 {
  grid-column: span 2;
}

.str_roundheader, .str_roundfooter {
  padding-inline: .2rem;
  display: flex;
  align-items: center;
  line-height: 2rem;
  justify-content: space-around;
}

.str_roundheader {
  flex-direction: column;
  justify-content: start;
  background-color: #005060;
  color: #ffffff;
}

.str_roundfooter {
  background-color: #d0e8e8;
  color: #000000;
}

.str_spantime {
  font-style: italic;
  font-size: 1.1rem;
}

.str_spancounts {
  font-size: 1.1rem;
}



.str_roundmain {
  padding-block: 2rem;
  border: 1px solid #808080;
  background-color: #c0c0c0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  row-gap: 2rem;
}

.str_practice {
  background-color: #b0b0b0;
}

.str_roundmain &gt; * {
  border: 1px solid #808080;
}


.str_heatheader, .str_heatfooter {
  background-color: #007088;
  color: #ffffff;
  line-height: 2.5rem;
  padding-inline: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.str_heat1col {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
}

.str_heat2col {
  background-color: #ffffff;
  color: #000000;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

  .str_heat2col &gt; * {
    border-top: 1px solid #808080;
    display: flex;
    flex-direction: column;
  }

  .str_heat2col &gt; div:first-child {
    border-right: 1px solid #808080;
  }


.str_ringheader_l, .str_ringheader_f {
  text-align: center;
  padding-block: .3rem;
  padding-inline: .5rem;
}

.str_ringheader_l {
  background-color: #d0d0d0;
  color: #000000;
}

.str_ringheader_f {
  background-color: #b07070;
  color: #ffffff;
}

.str_ringentries {
  padding-block: .3rem;
  padding-inline: .5rem;
}
</pre></body></html>