﻿div#content {
	background-color: #fff;
	background-image: none;
	margin: 30px 0 0 0;
}

div#local {
	display: none;
}
.side-bar {
	min-height:50px !important;
	height:50px;
	
}
.main-content-wrapper.inner .container .right-col:before, .main-content-wrapper .col-md-8.col-md-push-4:before {
	background-color: transparent !important;
	display: none;
}

.col-md-8 {
	width: 100%;
	left: 0;
}

	.col-md-8 ul {
		padding-left: 15px;
	}

		.col-md-8 ul a {
			text-decoration: underline;
		}

.container {
	/*   width: 100% !important;
    max-width:100% !important;*/
}


/*Layout within Editor/CMS*/
.editor div#local {
	width: 25%;
	float: left;
	display: none !important;
}

.editor div#layout {
	border-left: none !important;
	width: 100% !important;
}
