
/* Allow 109.5em for the navigation area to keep items on the lower bar from disappearing
   if the screen resolution is low or the user zooms in */
body, nav {
	min-width:109.5em;
}
