﻿/* Scrolling behaviour for the header search results list.
   Appearance lives with the header styles in mastertopsearch.css */
.results-box {
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 0px;
}
