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