body {
	color: #000;
	line-height: 2;
	font-size: 16px;
}
.clear {
	clear:both;
}
.mce-content-body {
	padding:20px;
}
.img-responsive {
	display:block;
	max-width:100%;
	height:auto;
	border:0;
}
.img-float-left {
	float:left;
	width:300px;
	margin:0 15px 15px 0;
}

.img-float-right {
	float:right;
	width:300px;
	margin:0 0 15px 15px;
}
@media (max-width: 600px) {
	.img-float-left,
	.img-float-right {
		display:block;
		float:none;
		width:auto;
		margin:15px 0;
	}
}