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

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