<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 960px) {
  .accordionLink {
    background: rgba(28, 167, 164, 0.1);
    border-top-color: #1ca7a4;
  }
  .accordionLink.active {
    background: #1ca7a4;
  }
  .tabbox .tabboxContent {
    border-bottom: 1px solid #1ca7a4;
  }
  .additionalOptions .button {
    color: #1ca7a4;
  }
  #lblPrice {
    color: #1ca7a4;
  }
  .templatePaging .current {
    background-color: #1ca7a4 !important;
  }
}</pre></body></html>