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

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