@charset "utf-8";

.editor ul{
	list-style-type:inherit;
}
.editor ul li{
	list-style-type: inherit;
	/*margin: 0 0 0 20px;*/
}

.editor ol{
	list-style-type: decimal;
}
.editor ol li{
	list-style-type: inherit;
	/*margin: 0 0 0 20px;*/
}

.free p{
	margin: 20px 0;
}
.free .pics img{
	display: inline-block;
	margin: 5px;
}
.free .pics p{
	margin: 0;
}