﻿@media (max-width: 960px) {
  .accordionLink {
    background: rgba(152, 133, 112, 0.3);
    border-top-color: #988570;
  }
  .accordionLink.active {
    background: #988570;
  }
  .tabbox .tabboxContent {
    border-bottom: 1px solid #988570;
  }
  .additionalOptions .button {
    color: #988570;
  }
  #lblPrice {
    color: #988570;
  }
  .templatePaging .current {
    background-color: #988570 !important;
  }
}