.cms_page_wrapper {
	padding: 24px;
	background-color: #FFFFFF;
	border: 1px solid #C2C2C2;
	font-size: 0px;
	min-height: 100px;
	position: relative;
}

.cms_page_wrapper img {
	max-width: 100% !important;
	height: auto !important;
}

.cms_page_cell {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px dotted #C2C2C2;
	min-height: 100px;
	background-color: rgba(0,0,0,.03);
	position: relative;
	padding: 24px;
}

.cms_page_cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px dotted #C2C2C2;
	min-height: 100px;
	background-color: rgba(0,0,0,.03);
	position: relative;
	padding: 24px;
}

.cms_page_controller {
	position: absolute;
	right: 0px;
	top: 0px;
}

.cms_page_controller i {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	border: 1px solid #C2C2C2;
	font-size: 14px;
	color: #000000;
	line-height: 20px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	margin-left: 1px;
}

.cms_page_controller i:hover {
	background-color: rgba(0,0,0,.03);
}

.cms_page_controller span {
	float: left;
	font-size: 9px;
	line-height: 20px;
	padding-right: 5px;
}

.cms_page_header {
	position: relative;
	min-height: 20px;
	font-size: 11px;
	font-weight: bold;
	padding: 24px;
	margin: 0px;
	border: 1px dotted #C2C2C2;
	text-align: left;
	word-wrap: break-word;
	color: #000000;
}

.cms_page_paragraph, .cms_page_html {
	position: relative;
	min-height: 20px;
	font-size: 10px;
	font-weight: normal;
	padding: 24px;
	margin: 0px;
	border: 1px dotted #C2C2C2;
	text-align: left;
	word-wrap: break-word;
	color: #000000;
}

.cms_page_separator {
	position: relative;
	height: 20px;
	font-size: 10px;
	font-weight: normal;
	padding: 24px;
	margin: 0px;
	border: 1px dotted #C2C2C2;
	text-align: left;
	word-wrap: break-word;
	color: #000000;	
	text-align: center;
	background-color: rgba(0,0,0,.03);
	line-height: 20px;	
}

.cms_page_separator hr {
	height: 0px;
	border-top: 1px solid #000000;
	margin: 20px 0px 20px 0px;
}

.cms_page_modal {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C2C2C2;	
	width: 800px;
	position: fixed;
	top: 50px;
	left: calc(50% - 400px);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);	
	display: none;
	z-index: 101;
}

.cms_page_modal_close {
	width: 20px;
	height: 20px;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 15px;
	position: absolute;
	right: -20px;
	top: -1px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}

.cms_page_clearfix {
	clear: both;
}