/*
	Indivisible by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

/* Panel */

	.panel {
		margin: 0 auto;
	}

		.panel > .image {
			float: left;
		}

		.panel > .content {
			float: left;
		}

		.panel:after {
			content: '';
			display: block;
			clear: both;
		}

		.panel.secondary > .content:after {
			display: none;
		}

/* Wrapper */