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