.mtv-dannenberg-nuLiga-schedule-table-responsive-wrapper {
  overflow-x: auto;
}

table.mtv-dannenberg-nuLiga-schedule-table {
  width: 100%;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  border-radius: 12px;
  border-collapse: collapse;
  background-color: #F5F5F5;
  /*@media (max-width: 767px) {
      thead {
          display: none;
      }
      tbody tr td {
          width: 100% !important;
          text-align: left !important;
          padding: 0;
          gap: 0.25rem;
          display: grid;
          align-items: center;
          grid-template-columns: repeat(2, minmax(0, 1fr));

          &:before {
              color: $white;
              padding: 0.75rem 1rem;
              background-color: $secondary;
              content: attr(data-responsive-title);
          }
      }
  }*/
}
table.mtv-dannenberg-nuLiga-schedule-table caption {
  caption-side: bottom;
}
table.mtv-dannenberg-nuLiga-schedule-table thead {
  background-color: #43A047;
}
table.mtv-dannenberg-nuLiga-schedule-table thead th,
table.mtv-dannenberg-nuLiga-schedule-table thead td {
  color: #FFFFFF;
  text-transform: uppercase;
}
table.mtv-dannenberg-nuLiga-schedule-table th,
table.mtv-dannenberg-nuLiga-schedule-table td {
  text-align: left;
  padding: 0.75rem 1rem;
}
table.mtv-dannenberg-nuLiga-schedule-table th:first-child,
table.mtv-dannenberg-nuLiga-schedule-table td:first-child {
  width: 3.75rem;
  text-align: center;
}
table.mtv-dannenberg-nuLiga-schedule-table th:nth-child(2), table.mtv-dannenberg-nuLiga-schedule-table th:nth-child(3),
table.mtv-dannenberg-nuLiga-schedule-table td:nth-child(2),
table.mtv-dannenberg-nuLiga-schedule-table td:nth-child(3) {
  white-space: nowrap;
}
table.mtv-dannenberg-nuLiga-schedule-table th:last-child,
table.mtv-dannenberg-nuLiga-schedule-table td:last-child {
  text-align: right;
}
table.mtv-dannenberg-nuLiga-schedule-table tbody tr {
  transition: all 0.3s ease-in-out;
}
table.mtv-dannenberg-nuLiga-schedule-table tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}
table.mtv-dannenberg-nuLiga-schedule-table tbody tr:hover {
  background-color: #E8F5E9;
}
table.mtv-dannenberg-nuLiga-schedule-table tbody tr.match-is-home svg {
  color: #43A047;
}
table.mtv-dannenberg-nuLiga-schedule-table tbody tr.match-is-guest svg {
  color: #E6B800;
}
table.mtv-dannenberg-nuLiga-schedule-table tbody svg {
  max-width: 2rem;
  max-height: 2rem;
  fill: currentColor;
}

/*# sourceMappingURL=nuLiga-schedule.css.map */
