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

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