/* Desktops show two columns */

@media only screen and (min-width: 769px) {
	#taphunter.two-column .taphunter-row {
		width: 45%;
		float: left;
		clear: none;
	}

	#taphunter.two-column .div-right {
		float: right;
		width: 54%;
		padding-top: 10px;
	}

	#taphunter.two-column .div-left {
		width: 45%;
	}
}

#taphunter.two-column .category-header {
	width: 100%;
	float: none;
	clear: both;
}

#taphunter.two-column #taphunter-attribution {
	clear: both;
	width: 100%;
}

