div.rule-book-button {
    background-color: #dd0000;
	border-radius: 10px;
	height: 45px;
    position: absolute;
	right: 80px;
	top: 90px;
}

div.rule-book-button a {
	color: #fff;
	display: block;
	font-size: 30px;
	padding: 8px 15px;
}

div.rules-container {
	max-height: calc(100vh - 200px);
	-ms-overflow-style: none;
}

div.rules::-webkit-scrollbar {
	display: none;
}

ol {
	counter-reset: item;
    padding-left: 0;
}

ol ol {
    padding-left: 25px;
}

ol li {
	display: block;
	margin-bottom: 5px;
}

ol li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
}
