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