#RulePage {
	margin-top: 1rem;
}
.rule-page__header {
	display: flex;
	flex-direction: column;
}
.rule-page__search {
	align-self: flex-end;
	text-decoration: none !important;
}
#toSimulation {
	margin: 0.6em 0;
	text-decoration: none !important;
	display: block;
	color: white;
	font-size: 150%;
	text-align: center;
	padding: 0.6em 0.6em;
	border-radius: 0.2em;
}

#toSimulation i {
	margin: 0 0.6em;
}