/* Styling for simple Theme */
/* Just remove the line Requirements::themedCSS('block'); from ContentBlocksModule.php if you are using your own, or delete what you dont need here */

/* CSS for wrapping text around images */
.block-wrap	{ display: block; }
.block-wrap.block-left { float: left; padding-left: 0; }
.block-wrap.block-right { float: right; padding-right: 0; }

@media only screen and (max-width: 40em) {
	.block-wrap.block-left {
		float: none;
		margin: 0;
		padding: 0;
	}
	
	.block-wrap.block-right {
		float: none;
		margin: 0;
		padding: 0;
	}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
