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