/**
 * Front-end Styles.
 *
 * Styles for Front-end pages.
 *
 * @since 0.1
 *
 * @package AD_Layout
 */
 
.ad-layout-widget:before, .ad-layout-widget:after	{
	display: table;
	content: " ";
}

.ad-layout-widget:after	{
	clear:both;
}