﻿/* Custom site CSS for survey.psniconnect.co.uk */

/* Fix weird blurred images in Chrome */
body {
    image-rendering: -webkit-optimize-contrast;
}

/* Custom Colours */
.DarkGreenBG {
    background-color: #003d3c !important;
    color: #fff;
}