#topLeftHeader span.hours {font: 700 15px 'Open Sans';}
@media all and (max-width: 980px) {
	#topLeftHeader {margin-left: 5px;}
}
@media all and (max-width: 600px) {
	#topLeftHeader span:first-of-type {
		display: inline;
	}
	#topLeftHeader span.hours {display: none;}
}