@import 'bootstrap-override.css';

#qa {
	list-style-type: upper-roman;
	margin-left: 2em;
	line-height: 2;
	max-width: 1000px;
}

	#qa > li {
		margin-bottom: 1.5em;
	}

	#qa > li:nth-child(odd) {
		color: black;
		font-weight: bold;
	}


