@charset "UTF-8";
/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
#content {
  max-width: 1080px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.reload, .information, .live-report {
  background-color: #DFEBFF;
  border: 1px solid;
  padding: 5px; }

table {
  border: 0;
  border-collapse: collapse;
  width: 100%; }
  table td,
  table th {
    padding: 5px; }
  table td.col-first {
    padding-left: 5px; }
  table td.col-last {
    padding-right: 5px; }

.thead, .tfoot {
  font-weight: bold;
  vertical-align: bottom; }

.information table {
  font-weight: bold; }

.information td {
  width: 50%; }

.live-report {
  min-width: fit-content;
  padding-left: 0;
  padding-right: 0;
  margin: 1rem 0;
  background-color: #B0C7ED; }
  .live-report tbody tr:nth-child(even) {
    background-color: #BFD8FF; }
  .live-report tbody tr:nth-child(odd) {
    background-color: #DFEBFF; }
  .live-report td,
  .live-report th {
    padding: 5px 2px;
    text-align: center; }
    .live-report td:first-child,
    .live-report th:first-child {
      padding-left: 5px; }
      .live-report td:first-child.col-wurf, .live-report td:first-child.col-name,
      .live-report th:first-child.col-wurf,
      .live-report th:first-child.col-name {
        text-align: start; }
    .live-report td:last-child,
    .live-report th:last-child {
      padding-right: 5px; }
      .live-report td:last-child.col-wurf, .live-report td:last-child.col-name,
      .live-report th:last-child.col-wurf,
      .live-report th:last-child.col-name {
        text-align: end; }
  .live-report th {
    white-space: nowrap; }
  .live-report .highlight {
    font-weight: bold; }
  .live-report .col-middle {
    background-color: #B0C7ED !important; }
  .live-report .empty-row {
    background-color: #B0C7ED !important; }
  .live-report .replaced-with-auswechsel {
    display: block;
    font-style: italic; }
    .live-report .replaced-with-auswechsel:before {
      content: 'für '; }

.pvp,
.pvp-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem; }
  .pvp .live-report,
  .pvp-detail .live-report {
    margin: 0;
    flex-basis: 40%;
    flex-grow: 1; }
  .pvp tbody tr:first-child,
  .pvp-detail tbody tr:first-child {
    background-color: #B0C7ED; }
  .pvp td,
  .pvp-detail td {
    padding: 5px 2px;
    text-align: center !important; }
  .pvp th,
  .pvp-detail th {
    white-space: nowrap; }

.border-bottom {
  border-bottom: 1px solid; }

#reloadForm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  #reloadForm .time {
    width: 50%;
    min-width: 17em;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #reloadForm .display-as {
    min-width: 12em;
    padding: 1rem; }
    #reloadForm .display-as ul {
      list-style: none;
      padding: 0; }
      #reloadForm .display-as ul li {
        padding: 5px 0; }
  #reloadForm form {
    margin: 0; }
  #reloadForm button {
    padding: 5px 10px;
    border-radius: 25px;
    background-color: #B0C7ED;
    border: solid 2px #7b8ba6;
    box-shadow: 5px 5px 7px -3px #7b8ba6;
    cursor: pointer; }
    #reloadForm button:hover, #reloadForm button:active, #reloadForm button:focus {
      background-color: #BFD8FF;
      border: solid 2px #8697b3; }
    #reloadForm button:active, #reloadForm button:focus {
      box-shadow: inset 5px 5px 7px -3px #8697b3; }

h3 {
  flex-basis: 100%
}