body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #000;
  overflow-x: hidden;
  background-color: white; }

.container {
  max-width: 990px; }
  @media screen and (max-width: 575px) {
    .container {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.playContainer {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 1.25rem; }
  .playContainer .table-responsive th.event .month {
    font-size: 1rem; }
  .playContainer .table-responsive th.event .day {
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .playContainer .table-responsive .event {
    text-align: center; }
    .playContainer .table-responsive .event.status_1 {
      background-color: #3c3;
      background: linear-gradient(135deg, #33cc33 0%, rgba(51, 204, 51, 0.5) 100%); }
    .playContainer .table-responsive .event.status_2 {
      background-color: #f33;
      background: linear-gradient(135deg, #ff3333 0%, rgba(255, 51, 51, 0.5) 100%); }

.buttons {
  margin-bottom: 1.25rem; }
  .buttons a {
    color: white; }

.changePlayContainer .changePlayBox {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .changePlayContainer .changePlayBox .changePlayElement {
    position: relative;
    width: 30%;
    min-height: 50px;
    padding-bottom: 30%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #eee;
    background: linear-gradient(135deg, #eeeeee 0%, rgba(238, 238, 238, 0.5) 100%);
    cursor: pointer; }
    .changePlayContainer .changePlayBox .changePlayElement.status_1 {
      background-color: #3c3;
      background: linear-gradient(135deg, #33cc33 0%, rgba(51, 204, 51, 0.5) 100%); }
      .changePlayContainer .changePlayBox .changePlayElement.status_1 .content svg {
        fill: #145214; }
    .changePlayContainer .changePlayBox .changePlayElement.status_2 {
      background-color: #f33;
      background: linear-gradient(135deg, #ff3333 0%, rgba(255, 51, 51, 0.5) 100%); }
      .changePlayContainer .changePlayBox .changePlayElement.status_2 .content svg {
        fill: #990000; }
    .changePlayContainer .changePlayBox .changePlayElement .content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .changePlayContainer .changePlayBox .changePlayElement .content svg {
        -webkit-transition: all 0.33s ease;
        -moz-transition: all 0.33s ease;
        -ms-transition: all 0.33s ease;
        -o-transition: all 0.33s ease;
        transition: all 0.33s ease;
        opacity: 0;
        width: 50px;
        height: 50px;
        fill: #a2a2a2; }
    .changePlayContainer .changePlayBox .changePlayElement:hover .content svg, .changePlayContainer .changePlayBox .changePlayElement.active .content svg {
      opacity: 1; }

.table tr.headline > th {
  background-color: #eee;
  background: linear-gradient(135deg, #eeeeee 0%, rgba(238, 238, 238, 0.5) 100%); }
  .table tr.headline > th:nth-child(2) {
    background-color: #999;
    background: linear-gradient(135deg, #999999 0%, rgba(153, 153, 153, 0.5) 100%);
    color: white; }
  .table tr.headline > th.isSpecial {
    background-color: #909;
    background: linear-gradient(135deg, #990099 0%, rgba(153, 0, 153, 0.5) 100%);
    color: white; }
  .table tr.headline > th.user {
    background-color: #999; }
    .table tr.headline > th.user .topline {
      color: #999;
      text-transform: uppercase;
      font-size: 1.5rem; }
    .table tr.headline > th.user .subline {
      color: #999;
      font-size: 1rem; }
.table tr.count > th {
  background-color: #999;
  background: linear-gradient(135deg, #999999 0%, rgba(153, 153, 153, 0.5) 100%); }
  .table tr.count > th.isSpecial {
    background-color: #909;
    background: linear-gradient(135deg, #990099 0%, rgba(153, 0, 153, 0.5) 100%);
    color: white; }
  .table tr.count > th.user {
    color: white; }
  .table tr.count > th .wrapper {
    color: white;
    font-size: 1.125rem;
    background-color: #f33;
    background: linear-gradient(135deg, #ff3333 0%, rgba(255, 51, 51, 0.5) 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .table tr.count > th.good .wrapper {
    background-color: #3c3;
    background: linear-gradient(135deg, #33cc33 0%, rgba(51, 204, 51, 0.5) 100%); }
  .table tr.count > th.almostgood .wrapper {
    background-color: #FFD700;
    background: linear-gradient(135deg, gold 0%, rgba(255, 215, 0, 0.5) 100%); }
.table tr.play td.event {
  cursor: pointer; }
.table tr:nth-child(even) > td {
  background-color: #eee;
  background: linear-gradient(135deg, #eeeeee 0%, rgba(238, 238, 238, 0.5) 100%); }
  .table tr:nth-child(even) > td.isSpecial {
    background-color: #909;
    background: linear-gradient(135deg, rgba(153, 0, 153, 0.5) 0%, rgba(153, 0, 153, 0.25) 100%);
    color: white; }
.table tr:nth-child(odd) > td {
  background-color: #ccc;
  background: linear-gradient(135deg, #cccccc 0%, rgba(204, 204, 204, 0.5) 100%); }
  .table tr:nth-child(odd) > td.isSpecial {
    background-color: #909;
    background: linear-gradient(135deg, rgba(153, 0, 153, 0.5) 0%, rgba(153, 0, 153, 0.25) 100%);
    color: white; }
.table th {
  font-weight: 700; }
.table td, .table th {
  border-top: none;
  background: #eee;
  background: linear-gradient(135deg, #eeeeee 0%, rgba(238, 238, 238, 0.5) 100%); }
  .table td:first-child, .table th:first-child {
    position: sticky;
    left: 0px;
    font-size: 1.125rem; }
  .table td.user div, .table th.user div {
    max-width: calc((100vw - 24px) / 2);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer; }
    @media screen and (min-width: 576px) {
      .table td.user div, .table th.user div {
        max-width: calc((100vw - 24px) / 3); } }

.stoerer {
  background-color: #909;
  padding: 0.625rem; }
  @media screen and (min-width: 768px) {
    .stoerer {
      position: absolute;
      top: 0.625rem;
      right: 0.625rem;
      max-width: 20vw;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; } }
  .stoerer .head {
    font-weight: 700;
    font-size: 1.125rem;
    color: white; }
  .stoerer .text {
    font-weight: 400;
    font-size: 0.9375rem;
    color: white; }
    .stoerer .text a {
      color: white;
      text-decoration: underline; }

/*# sourceMappingURL=css.css.map */
