/**
* Some CSS adapted from phpBB.com rules page
*/

/* rules */
.boardrules-rules li {
	margin-bottom: 20px;
}

.boardrules-rules ol {
	list-style: lower-alpha;
}

.boardrules-rules ol li {
	margin-bottom: 5px;
}

.boardrules-rules ol .rule-item {
	padding-bottom: 5px;
}

.boardrules-rules ol li ol {
	list-style: lower-roman;
}

.boardrules-menu {
	list-style: none;
}

.boardrules-menu li {
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 5px 0 4px;
}

.boardrules-menu li:last-child {
	border-bottom: none;
}

/* rule highlighting */
.highlight {
	font-weight: bold;
	background-color: #ecd5d8;
	color: #bc2a4d;
	padding: 3px 6px 0;
}

/* Non default ordered list modifiers (bulleted or none) */
.content .br-list-style-disc {
	list-style-type: disc;
}

.content .br-list-style-none {
	list-style-type: none;
}

.content > ol.br-list-style-none {
  padding-inline-start: 0;
}