.rlr-league-results {
  margin-top: 1rem;
}

.rlr-season-title {
  margin-top: 1.6em;
  border-left: 5px solid #522886;
  padding-left: .6em;
  font-size: 1.1em;
}

.rlr-result-box {
  overflow-x: auto;
  margin-bottom: .5em;
}

.rlr-result-box:empty {
  display: none;
}

.rlr-result-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.rlr-result-box th {
  background: #522886;
  color: #fff;
  padding: 6px 8px;
  white-space: nowrap;
}

.rlr-result-box td {
  border: 1px solid #e2e2e2;
  padding: 6px 8px;
  text-align: center;
  white-space: nowrap;
}

.rlr-result-box tr:nth-child(even) td {
  background: #f7f4fb;
}

.rlr-result-box .vsscore {
  overflow-x: auto;
}

.rlr-result-box .copyright {
  font-size: 85%;
  text-align: right;
}
