.max-victory-container {
  display: inline-block;
  padding: 2px;
}
.max-victory-container-inner {
  display: block;
  padding: 0 0.2em;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}
.calendar-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.calendar-navigation a {
  margin: 0 12px;
}
.calendar-navigation a.previous {
  order: -1;
}
.calendar-navigation h2 {
  min-width: 40%;
  text-align: center;
}
.calendar-table {
  margin: 5px 10px;
  width: calc(100% - 20px);
  table-layout: fixed;
}
.calendar-table th,
.calendar-table td {
  text-align: center;
}
.calendar-table th .max-victory-container,
.calendar-table td .max-victory-container {
  display: block;
}
.calendar-table.month tr th:first-child,
.calendar-table.month tr td:first-child {
  border-right: 1px solid black;
}
.calendar-table.month tr td.outer-day > * {
  opacity: 0.4;
}
.max-victory-container {
  position: relative;
}
.max-victory-container .max-victory-container-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
