/* Try our best to keep this page "wide" but still usable on mobile.
Page acts identical to MSPA's version on widths > 1107px, then begins to scale down
so each pesterlog is narrow enough to read comfortably when zoomed in. */

body { margin-left: 8px; margin-right: 8px; }
#container { width: 1660px; max-width: none; }
#combowrapper { margin-left: auto; margin-right: auto; width: 81%; }
#combospacer { width: 33px; display: inline-block; }
#comboheader { background: #232323; width: 100%; height: 44px; background-image: url('images/act6act5act1x2combo.gif'); background-position: center; background-repeat: no-repeat; }
#content, #content2 { display: inline-block; vertical-align: top; }

@media all and (max-width: 1107px) {
	body { width: 150%; }
	#container { width: 100%; }
	#combowrapper { width: 80%; }
	#content, #content2 { width: 49%; }
	#combospacer { width: 1.9%; }
	#bottom, #bottom2 { margin-left: 20px !important; margin-right: 20px !important; }
}

@media all and (max-width: 500px) {
	#comboheader { background-size: 1000px; }
}