/* Special fixes to prevent Bootstrap issues with style.css and reset.css */
.bootstrap b {
	font-size : inherit;
}

.bootstrap ol,
.bootstrap ul {
	list-style  : revert;
	margin-left : calc(10px + 1rem);
}
