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