﻿/* Custom site CSS for survey.humbersidepolicelifestyle.co.uk */

/* Fix weird blurred images in Chrome */
body {
    image-rendering: -webkit-optimize-contrast;
}

/* Header styling */
.headerBar {
    background-color: #fff !important;
    color: #000;
}
.headerRow {
    min-height: 4px;
    background-color: #00324d;
}