﻿.dummy {
  color: #000; }

.increments {
  border: none; }
  .increments .increments-title {
    font-weight: bold;
    background-color: transparent !important;
    border: none !important;
    color: #5d5d5d; }
  .increments .increments-list {
    border: solid 2px #e0e0e0;
    padding: 2px; }
  .increments > ul > li:nth-child(odd) {
    background-color: #e0e0e0 !important; }
  .increments > ul > li:nth-child(even) {
    background-color: transparent !important; }
  .increments > ul > li:nth-child(odd):hover {
    background-color: #fadf94 !important; }
  .increments > ul > li:nth-child(even):hover {
    background-color: #d8d8d8 !important; }

