.bonus-text {
	padding-bottom: 30px;
}
.bonus-text .title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
}
.bonus-text ul {
	list-style: outside;
}
.bonus-text ul li,
.bonus-text ol li {
	padding: 2px 0;
}
.bonus-text ol {
	list-style: circle;
	padding-left: 30px;
}

.bonus-text table {
	margin: 15px 0;
	text-align: center;
}
.bonus-text table thead {
	font-weight: bold;
}
.bonus-text table td {
	border: 1px #000 solid;
	padding: 5px 15px;
}