﻿
/* Large Mobile */
@media only screen and (max-width: 1023px) {
	body,
	.last-updated {font-size: .8em !important; }
	ul {padding: 0 !important; }
	.col-left, .nocontent { display: none !important; }
	.col-right { margin: 1% 5% !important; }
	.searchHolder, .search-bar._Skins_SearchSkin.mc-component { width: 100% !important; }
	img { max-width: 100% !important; }
	.topicBody { min-height: 1em !important; }
	
	.content { padding: 5px 15px 2em 15px !important; }
}

/* Small Mobile */
@media only screen and (max-width: 480px) {
	body,
	.last-updated {font-size: .8em !important; }
	ul {padding: 0 !important; }
	.col-left, .nocontent { display: none !important; }
	.col-right { margin: 1% 5% !important; }
	.searchHolder, .search-bar._Skins_SearchSkin.mc-component { width: 100% !important; }
	img { max-width: 100% !important; }
	.topicBody { min-height: 1em !important; }
	.footer-logo {
		max-width: 50% !important;
		margin: 10px auto 0 auto;
	}
	.footer-logo, .footer-links, .footer-icons { 
		text-align: center !important;
		display: block;
	}
	.content { padding: 5px 15px 2em 15px !important; } 
	
}