
  .tn-elem.sold {
    background-color: red !important;
    opacity: 0.2 !important;
    pointer-events: none !important;
  }
  .tn-elem.reserved {
    background-color: yellow !important;
    opacity: 0.2 !important;
    pointer-events: auto !important;
  }
  .tn-elem.free {
    background-color: transparent !important;
    opacity: 0 !important;
    pointer-events: auto !important;
  }
