@charset "UTF-8";
/* CSS Document */


.editor h1{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}
.editor h1::after{
	content: attr(data-text);
	font-size: 1.8rem;
	display: block;
}


.editor h2 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  font-size: 18px;
}
.editor h2::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #fe7a10;
  border-radius: 4px;
}


.editor h3{
	font-size:15px;
	margin-bottom: 20px;
	color: #fe7a10;
}


.editor ul{
	list-style-type: disc!important;
	padding-left: 1em;
}

.editor ul li{
	line-height:170%;
}

.editor ol{
	list-style-type: decimal!important;
	padding-left: 1.3em;
}

.editor ol li{
	line-height:170%;
	list-style-type: decimal!important;
}

.editor table{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	width: 100%;
}

.editor table th,
.editor table td{
	background-color:#FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	line-height:1.4;
	padding:3% 3% 2%x;
	text-align:left;
}

.editor table th{
	background-color:#e4e4e4;
	letter-spacing: 2px;
	text-align:center;
}
.editor img{
	max-width: 100%;
}