﻿.results .filter {
  background: #00af66;
  color: #fff;
  padding: 0 20px;
}
.results .filter h2 {
  color: #FFFFFF;
  margin-bottom: 20px;
  /*&:first-child  {
                color: @brand-secondary;
            }*/
}
.results hr {
  border-top-color: #009b66;
}