.cke_editable {
	padding: 15px;
}

.cke_editable {
	padding: 15px;
}

.cke_editable .row-editor {
	background: #f0f0f0;
	margin: 0;
}

.cke_editable .row-editor [class^="col-"] {
	border: dashed 1px #ccc;
}

.cke_editable .row-editor:hover [class^="col-"] {
	border-color: #f30;
}

.cke_pagebreak {
	margin: 20px 0;
}

.cke_editable .page-break {
	position: relative;
	text-align: center;
	background: #f8f8f8;
	margin: 50px 0;
}

.cke_editable .page-break:before, .cke_editable .page-break:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	margin-top: -3px;
	border-bottom: dashed 1px #ddd;
}

.cke_editable .page-break:after {
	margin-top: 3px;
}

.richtext {
	font-size: 14px;
	line-height: 1.8em;
	/* font-size: 1.3rem; */
	/* -webkit-font-smoothing: antialiased; */
	/* font-family: "PT Sans","Helvetica Neue","Helvetica","Arial","sans-serif",'Microsoft Yahei'; */
}

/* .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: 2rem;
}

.richtext h2 {
	font-size: 1.75rem;
}

.richtext h3 {
	font-size: 1.5rem;
}

.richtext h4 {
	font-size: 1.25rem;
}

.richtext h5 {
	font-size: 1rem;
}

.richtext h6 {
	font-size: .9rem;
}

.richtext img, .richtext svg {
	max-width: 100%;
}

.richtext ul, .richtext ol {
	padding-left: 20px;
}

.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;*/
	border-color: #333;
	width: 100%;
}

.richtext table th, .richtext table td {
	padding: 5px 10px;
	margin: 0;
	/* border: solid 1px #f0f0f0; */
}

.richtext table th p, .richtext table td p {
	margin: 0;
}

.richtext table th {
	background: #f0f0f0;
}

.richtext table.table-layout {
	border: none;
}

.richtext table.table-layout th, .richtext table.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: 1em;
}

.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;
	border: 0;
	border-radius: 5px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.6em;
	background: #f0f0f0;
}