/* --------------------------------------------------------------- */

.help_formula {
	background: rgba(211, 196, 173, 0.7);
	border-radius: 6px;
	border: 1px solid;
	display: table;
	margin-left: 15px;
	padding: 5px;
}

.help_img {
	height: 18px;
	padding-right: 5px;
	vertical-align: bottom;
}

.help_table {
	border-collapse: separate;
	border-radius: 10px;
	border-spacing: 0;
	border: var(--border);
	overflow: hidden;
	width: 95%;
}

.help_table th {
	background: rgba(211, 196, 173, 0.7);
	border-bottom: 1px double;
	border-top: 1px double;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
	text-align: left;
}

.help_table tr:last-child td {
	border-bottom: 0;
}

.help_table td {
	border-bottom: 1px solid #af852b;
	padding: 1px 10px;
}

.topic_main {
	background-color: #b4a07d;
	border: 1px solid #cc9900;
	border-radius: 10px 10px 0 0;
	height: 28px;
	line-height: 28px;
}

.topic_title {
	font-weight: bold;
	padding-left: 20px;
}

.topic_date {
	float: right;
	width: 260px;
}

.topic_text {
	background: rgba(255,255,255,0.3);
	border: 1px solid #cc9900;
	border-radius: 0 0 10px 10px;
	margin-bottom: 5px;
	padding: 6px;
}

ul {
	margin-left: -25px;
}

/* --------------------------------------------------------------- */