#sim #helpWrapper {
	margin: 1em auto;
	display: none;
}

#sim #help {
	border-radius: 0.2em;
	padding: 0.1em 1em;
	background: #e7f8e1;
	position: relative;
}

#sim #help blockquote {
	font-style: italic;
	font-size: 95%;
	opacity: 0.95;
	border-left: 4px solid #4b4b66;
	margin-left: 0.3em;
	padding-left: 0.6em;
}

#sim #helpWrapper.active {
	display: block;
}

#sim #help i.fa-times-circle {
	font-size: 120%;
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	cursor: pointer;
}

#sim #help h3 {
	margin: 0.3em 0;
}