<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.product_calendar {
  margin: 0 15px 3em;
  position: relative;
  border: 2px solid #9eb931;
  border-radius: 20px; }
  .product_calendar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex; }
    .product_calendar ul &gt; li {
      flex-grow: 1;
      position: relative;
      width: 100%;
      min-height: 2em;
      border-right: 1px dotted #808080; }
      .product_calendar ul &gt; li:last-child {
        border-right: none; }
      .product_calendar ul &gt; li &gt; span {
        position: absolute;
        display: block;
        top: 120%;
        width: 100%;
        text-align: center; }
  .product_calendar .active_term {
    display: block;
    min-height: 1em;
    position: absolute;
    border-radius: 0.3em;
    top: 0.5em;
    background: #c1cf38;
    z-index: 1; }
    .product_calendar .active_term.most {
      background: #9eb931; }

@media screen and (min-width: 768px), print {
  .tume {
    letter-spacing: normal; } }
@media screen and (max-width: 767px) {
  .tume {
    letter-spacing: -1px; } }
</pre></body></html>