.cke_editable {
	padding: 15px;
}

.richtext {
	/*font-size: 14px;*/
	line-height: 1.8em;
	-webkit-font-smoothing: antialiased;
}

.richtext, .richtext * {
	font-family: "PT Sans","Helvetica Neue","Helvetica","Arial","sans-serif",'Microsoft Yahei';
}

.richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6 {
	font-weight: bold;
}
.richtext h1 {
	font-size: 28px;
}
.richtext h2 {
	font-size: 24px;
}
.richtext h3 {
	font-size: 20px;
}
.richtext h4 {
	font-size: 18px;
}
.richtext h5 {
	font-size: 16px;
}
.richtext h6 {
	font-size: 14px;
}
.richtext img, .richtext svg {
	max-width: 100%;
}
.richtext .image {
	display: inline-block;
	text-align: center;
}
.richtext .image.captioned {
	display: inline-block;
	text-align: center;
	padding: 10px;
	background: #f0f0f0;
}
.richtext .image.captioned figcaption {
	/*background: #f0f0f0;*/
	margin-top: 10px;
	font-size: 14px;
}
.richtext .align-left {
   float: left;
   margin: 0 10px 10px 0;
}
.richtext .align-right {
   float: right;
   margin: 0 0 10px 10px;
}
.richtext .align-center {
	text-align: center;
}
.richtext table {
	/*border-collapse: initial;*/
	/*border-spacing: initial;*/
}
.richtext table th,
.richtext table td {
	padding: 6px 10px;
	margin: 0;
}
.richtext .table-layout {
	border:none;
}
.richtext .table-layout th,
.richtext .table-layout td {
	padding: 0;
	border: none;
}
.richtext.cke_editable  .table-layout {
	border:dashed 1px #ccc;
}
.richtext.cke_editable  .table-layout th,
.richtext.cke_editable  .table-layout td {
	padding: 0;
	border:dashed 1px #ccc;
}
.richtext strong {
	font-weight: bold;
}
.richtext em {
	font-style: italic;
}
.richtext p {
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}
.richtext p.indent {
	text-indent: 2em;
}
.richtext a {
	color: #059de6;
}
.richtext ul {
	/*padding-left: 20px;*/
	margin-bottom: 15px;
}

.richtext pre {
	padding: 10px;
	line-height: 180%;
}

.richtext blockquote {
	position: relative;
	padding: 15px 55px;
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.6em;
	background: #f0f0f0;
}
.richtext blockquote:before {
	position: absolute;
	top: 10px;
	left: 15px;
	font: normal normal normal 28px/1 FontAwesome;
	content: "\f10d";
	color: #888;
}
.richtext blockquote:after {
	position: absolute;
	right: 15px;
	bottom: 10px;
	font: normal normal normal 28px/1 FontAwesome;
	content: "\f10e";
	color: #888;
}