#g-utility {
    color: $utility-text-color;
    background: $utility-background;
}

@media print {
    #g-utility {
        background: #fff !important;
        color: #000 !important;
    }
}
