@import url("../Victory/style.css");

@media all and (min-width: 800px) {
	#gpx_content .GPAREA, #gpx_content .cke_1 {
		width: 47%;
		float: left;
	}
	#gpx_content .GPAREA:nth-child(odd), #gpx_content .cke_1 {
		clear: left;
	}

	#gpx_content .GPAREA:nth-child(even), #gpx_content .cke_1 {
		padding-left: 1em;
		clear: right;
	}
}
