.product_calendar {
  margin: 0 15px 3em;
  position: relative;
  border: 2px solid #333333;
  border-radius: 10px; }
  .product_calendar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex; }
    .product_calendar ul > li {
      flex-grow: 1;
      position: relative;
      width: 100%;
      min-height: 2em;
      border-right: 1px dotted #808080; }
      .product_calendar ul > li:last-child {
        border-right: none; }
      .product_calendar ul > li > span {
        position: absolute;
        display: block;
        top: 100%;
        width: 100%;
        font-size: 80%;
        text-align: center; }
  .product_calendar .active_term {
    display: block;
    min-height: 1em;
    position: absolute;
    border-radius: 0.3em;
    top: 0.5em;
    background: #80cb73;
    z-index: 1; }
    .product_calendar .active_term.most {
      background: #148e00; }

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