.reply_info h1,.reply_info h2,.reply_info h3{
	font-weight: bold;
	color: #262626;
	margin: 4px 0;
}
.reply_info h1{
	/* margin-top: 20px; */
	font-size: 20px;
}
.reply_info h2{
	margin-top: 20px;
	font-size: 16px;
}
.reply_info h3{
	font-size: 16px;
}
.reply_info pre,.reply_info li,.reply_info p{
	font-size: 16px;
	line-height: 30px;
}
.reply_info table {
	font-size: 16px;
		border-collapse: collapse;
		margin: 10px 0;
		overflow: auto;
		display: block;
		text-align: center;
}
.reply_info table tr{
	/* display: flex; */
}
.reply_info table tr th {
		background-color: #e9e9e9;
		border: 1px solid #c6c6c6;
		color: #9a9aa6;
		font-weight: 400;
		border-bottom: none;
		border-left: none;
		padding: 10px;
		text-align: center;
}
.reply_info table tr th:first-child{
	border-left: 1px solid #c6c6c6;
}
.reply_info table td {
		/* width: 1.76rem; */
		border: 1px solid #c6c6c6;
		border-bottom: none;
		border-left: none;
		padding: 10px;
		line-height: 24px;
}
.reply_info table td:first-child{
	border-left: 1px solid #c6c6c6;
}
.reply_info table tr:last-child td{
	border-bottom: 1px solid #c6c6c6;
}
.right .rounder:first-child .Rheader{
	margin-top: 0 !important;
}
