@charset "utf-8";

.procedureItems > li {
	text-indent: -1em;
	margin-left: 3em;
	margin-top: 1em;
	
	span {
		font-weight: 700;
		color: #0080A3;
	}
}
ul.shadow li {
	background-color: #eee;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 1em;
}
ul.shadow li:not(:first-child) {
	margin-top: 5px;
}