
/******* CSS Overrides *******/

.outtolunch { display: none !important; }

#map_container { /* width: 100%; */ padding: 0; overflow: hidden; position: relative; border: 2px solid #ccc; }

#mp-pusher { font-size: 14px; }
	#mp-pusher a { color: #fff; }
		#mp-pusher a:hover, #mp-pusher a:focus { text-decoration: none; }
	
	section #mp-pusher li { font-size: 14px; }

/* component.css */
.container { background: transparent; }
.menu-trigger { font-size: 29px; line-height: 100%; padding: 11px 0; }
.mp-level { padding-bottom: 50px; }


/* container.css */
.top-bar { position: absolute; background: #750000; }
.content { margin-top: 0px; }
@media screen and (max-width: 69em) {
	.block { padding: 0; }
}


/* map1.css */
#mapCanvas { height: 700px; }
.row { height: auto; }


