@charset "utf-8";
a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: black;
	text-decoration: underline;
}


ol, ul {
	padding-left: revert;
}

.table > :not(caption) > * > * {
	background-color: unset;
}

legend {
   all: revert;
}

.carousel-indicators {
	margin-right: 30%;
	margin-left: 30%;
}