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

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