table.seasonal_calendar {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 2em auto;
}
table.seasonal_calendar thead th,
table.seasonal_calendar thead td,
table.seasonal_calendar tfoot th,
table.seasonal_calendar tfoot td {
  border: 1px solid #c19e79;
  background: #efe2d4;
  color: #634a2f;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  table.seasonal_calendar thead th,
  table.seasonal_calendar thead td,
  table.seasonal_calendar tfoot th,
  table.seasonal_calendar tfoot td {
    font-size: 16px;
    line-height: 1.2;
  }
}
table.seasonal_calendar thead th small,
table.seasonal_calendar thead td small,
table.seasonal_calendar tfoot th small,
table.seasonal_calendar tfoot td small {
  font-size: 14px;
}
table.seasonal_calendar tbody tr {
  position: relative;
}
table.seasonal_calendar tbody th,
table.seasonal_calendar tbody td {
  border: 1px dotted #c19e79;
  border-top-style: solid;
  height: 3em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  table.seasonal_calendar tbody th,
  table.seasonal_calendar tbody td {
    height: 2em;
  }
}
table.seasonal_calendar tbody th::before,
table.seasonal_calendar tbody td::before {
  content: "";
}
table.seasonal_calendar tbody th > span,
table.seasonal_calendar tbody td > span {
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #c19e79;
  top: 0;
  opacity: 0.3;
}
table.seasonal_calendar tbody th > span:nth-of-type(1),
table.seasonal_calendar tbody td > span:nth-of-type(1) {
  left: 8.3333333333%;
}
table.seasonal_calendar tbody th > span:nth-of-type(2),
table.seasonal_calendar tbody td > span:nth-of-type(2) {
  left: 16.6666666667%;
}
table.seasonal_calendar tbody th > span:nth-of-type(3),
table.seasonal_calendar tbody td > span:nth-of-type(3) {
  left: 25%;
}
table.seasonal_calendar tbody th > span:nth-of-type(4),
table.seasonal_calendar tbody td > span:nth-of-type(4) {
  left: 33.3333333333%;
}
table.seasonal_calendar tbody th > span:nth-of-type(5),
table.seasonal_calendar tbody td > span:nth-of-type(5) {
  left: 41.6666666667%;
}
table.seasonal_calendar tbody th > span:nth-of-type(6),
table.seasonal_calendar tbody td > span:nth-of-type(6) {
  left: 50%;
}
table.seasonal_calendar tbody th > span:nth-of-type(7),
table.seasonal_calendar tbody td > span:nth-of-type(7) {
  left: 58.3333333333%;
}
table.seasonal_calendar tbody th > span:nth-of-type(8),
table.seasonal_calendar tbody td > span:nth-of-type(8) {
  left: 66.6666666667%;
}
table.seasonal_calendar tbody th > span:nth-of-type(9),
table.seasonal_calendar tbody td > span:nth-of-type(9) {
  left: 75%;
}
table.seasonal_calendar tbody th > span:nth-of-type(10),
table.seasonal_calendar tbody td > span:nth-of-type(10) {
  left: 83.3333333333%;
}
table.seasonal_calendar tbody th > span:nth-of-type(11),
table.seasonal_calendar tbody td > span:nth-of-type(11) {
  left: 91.6666666667%;
}
table.seasonal_calendar tbody th a,
table.seasonal_calendar tbody td a {
  position: absolute;
  display: block;
  background: red;
  border-radius: 1em;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  padding: 0.5ex 0;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  table.seasonal_calendar tbody th a,
  table.seasonal_calendar tbody td a {
    font-size: 11px;
  }
}
table.seasonal_calendar tbody th a.on_edge:nth-of-type(1),
table.seasonal_calendar tbody td a.on_edge:nth-of-type(1) {
  border-radius: 0 1em 1em 0;
}
table.seasonal_calendar tbody th a.on_edge:nth-of-type(2),
table.seasonal_calendar tbody td a.on_edge:nth-of-type(2) {
  border-radius: 1em 0 0 1em;
}
table.seasonal_calendar tbody th a:hover, table.seasonal_calendar tbody th a:active,
table.seasonal_calendar tbody td a:hover,
table.seasonal_calendar tbody td a:active {
  text-decoration: nonoe;
}

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