
.website-content {
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
}
.website-body {
	line-height: 25px;
	color: #666;
	font-size: 14px;
}
.website-body ol li {
	list-style: decimal;
	margin-left: 20px;
}
.website-body ul li {
	list-style: disc;
	margin-left: 20px;
}
.website-body img,
.website-body video {
	max-width: 100%;
}
.website-body video {
	background-color: #000;
}
.website-body table {
	border-collapse: collapse;
}
.website-body table th,
.website-body table td {
	padding: 3px 5px;
	min-width: 30px;
	border: 1px solid #eee;
	text-align: left;
}
.website-body table th {
	background-color: #f5f2f0;
	font-weight: 700;
	text-align: center;
}