﻿.richtext {
	font-size:16px;width:100%;
	overflow-x:scroll
}

.richtext p { line-height:2em;
}

.richtext * {
	font-size:14px;
	font-family:'Arial', 'AvenirNextLTPro', 'Lucida Grande', 'Microsoft Yahei'
}
.richtext {
	font-size:14px;
	line-height:1.4em;
	padding:10px;
	font-family:'Arial', 'AvenirNextLTPro', 'Lucida Grande', 'Microsoft Yahei'
}
.richtext ul {
	padding-left:15px
}
.richtext ul li {
	list-style:disc
}
.richtext .subtitle {
	font-size:19px;
	font-weight:bold;
	color:#44b497
}

.richtext table * { 
	font-size:13px
}
.richtext table p {
	margin-bottom:0
}
.richtext table tr td { border: 1px solid #ccc;
	word-break:normal;padding: 8px 12px;
}
.richtext table tr:nth-child(odd) {
background:#eee
}
.richtext table tr:first-child {
	background:#44b497;
	color:#fff
}
.richtext table tr:first-child td {
	color:#fff
}
.richtext table tr:first-child td * {
	color:#fff;padding: 8px 12px;
}



