<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tx-mm-gwo-tournament .draw-nav {
  display: flex;
  margin: 10px;
  padding: 50px 0 0 0;
  justify-content: center;
  list-style: none;
}
.tx-mm-gwo-tournament .draw-nav &gt; * {
  box-sizing: border-box;
}
.tx-mm-gwo-tournament .draw-nav li {
  flex: 1 0 auto;
  margin-right: 1px;
  margin-left: 1px;
  max-width: 130px;
}
.tx-mm-gwo-tournament .draw-nav li a {
  position: relative;
  display: flex;
  padding: 35px 10px 5px 10px;
  flex-direction: column;
  justify-content: space-around;
  height: 120px;
  background-color: #888;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.tx-mm-gwo-tournament .draw-nav li a:hover {
  background-color: #000;
}
.tx-mm-gwo-tournament .draw-nav li a.active {
  cursor: default;
  background-color: #00953f;
}
.tx-mm-gwo-tournament .draw-nav li a:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 2px;
  width: 100%;
  content: attr(data-round-name);
  border-bottom: 1px solid #fff;
}
.tx-mm-gwo-tournament .draw-nav li a span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.tx-mm-gwo-tournament .draw {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}
.tx-mm-gwo-tournament .draw &gt; * {
  box-sizing: border-box;
}
.tx-mm-gwo-tournament .draw .round {
  position: relative;
  display: flex;
  padding: 50px 10px 10px 10px;
  flex-direction: column;
  justify-content: space-around;
  flex: 1 0 auto;
  width: 300px;
  max-width: 350px;
}
.tx-mm-gwo-tournament .draw .round:before {
  position: absolute;
  display: block;
  top: 0;
  padding-bottom: 5px;
  width: calc(100% - 18px);
  content: attr(data-round-name);
  border-bottom: 4px solid #00953f;
  text-align: center;
  color: #888;
}
.tx-mm-gwo-tournament .draw .round.hide {
  display: none;
}
.tx-mm-gwo-tournament .draw .round[data-round="1"] &gt; .match:before,
.tx-mm-gwo-tournament .draw .round.last &gt; .match &gt; .result:before {
  display: none;
}
.tx-mm-gwo-tournament .draw .round[data-round="2"] &gt; .match:after {
  top: -10px;
  height: 81px;
}
.tx-mm-gwo-tournament .draw .round[data-round="3"] &gt; .match:after {
  top: -50px;
  height: 161px;
}
.tx-mm-gwo-tournament .draw .round[data-round="4"] &gt; .match:after {
  top: -130px;
  height: 321px;
}
.tx-mm-gwo-tournament .draw .round[data-round="5"] &gt; .match:after {
  top: -290px;
  height: 641px;
}
.tx-mm-gwo-tournament .draw .round[data-round="6"] &gt; .match:after {
  top: -610px;
  height: 1281px;
}
.tx-mm-gwo-tournament .draw .round[data-round="7"] &gt; .match:after {
  top: -1250px;
  height: 2561px;
}
.tx-mm-gwo-tournament .draw .round &gt; .match {
  position: relative;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 60px;
  background-color: #eee;
  border-radius: 5px;
  font-size: 13px;
}
.tx-mm-gwo-tournament .draw .round &gt; .match:before,
.tx-mm-gwo-tournament .draw .round &gt; .match:after {
  position: absolute;
  display: block;
  content: '';
  background-color: #00953f;
}
.tx-mm-gwo-tournament .draw .round &gt; .match:before {
  top: 50%;
  left: -10px;
  width: 10px;
  height: 1px;
}
.tx-mm-gwo-tournament .draw .round &gt; .match:after {
  left: -10px;
  width: 1px;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .pairing {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  border-right: 1px solid #fff;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .pairing &gt; .team {
  position: relative;
  padding: 5px;
  height: 50%;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .pairing &gt; .team:first-child {
  border-bottom: 1px solid #fff;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .pairing &gt; .team a {
  color: #000;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .pairing &gt; .team a:hover {
  color: #00953f;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .pairing &gt; .team.selected a {
  color: #00953f;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .pairing &gt; .team.winner {
  padding-right: 20px;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .pairing &gt; .team.winner:after {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -8px;
  content: '✓';
  font-weight: bold;
  color: #00953f;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .result {
  position: relative;
  display: flex;
  padding: 5px;
  flex: 0 0 auto;
  justify-content: center;
  align-self: center;
  width: 105px;
  text-align: center;
}
.tx-mm-gwo-tournament .draw .round &gt; .match &gt; .result:before {
  position: absolute;
  display: block;
  top: 50%;
  right: -10px;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #00953f;
}
.tx-mm-gwo-tournament .draw[data-type="2"] .round[data-round="2"] &gt; .match:after {
  top: -10px;
  height: 121px;
}
.tx-mm-gwo-tournament .draw[data-type="2"] .round[data-round="3"] &gt; .match:after {
  top: -70px;
  height: 241px;
}
.tx-mm-gwo-tournament .draw[data-type="2"] .round[data-round="4"] &gt; .match:after {
  top: -190px;
  height: 481px;
}
.tx-mm-gwo-tournament .draw[data-type="2"] .round[data-round="5"] &gt; .match:after {
  top: -430px;
  height: 961px;
}
.tx-mm-gwo-tournament .draw[data-type="2"] .round[data-round="6"] &gt; .match:after {
  top: -910px;
  height: 1921px;
}
.tx-mm-gwo-tournament .draw[data-type="2"] .round[data-round="7"] &gt; .match:after {
  top: -1870px;
  height: 3841px;
}
.tx-mm-gwo-tournament .draw[data-type="2"] .round &gt; .match {
  height: 100px;
}
</pre></body></html>