* {
	margin:				0;
	padding:			0;
}

html, body, body > div.cp-root-div {
	height: 			100%;
	position:			relative;
}

.ddesign_element {
	position: 			relative;
	box-sizing:			border-box;
}
table.ddesign_element {
	width: 				100%;
}

div.mce-edit-area,
div.mce-edit-area iframe {
	border:				none !important;
}

.pusher {
	clear:				both;
    width: 				100%;
    float: 				none;
}

a img {
	border:				none;
}

.trackingcode {
	padding:			5px;
	margin:				5px;
	font-family: 		sans-serif;
	font-size:			12px;
	color:				#444;
	border:				1px dotted #444;
	text-align:			center;
}