@charset "UTF-8";
/* CSS Document */
.img-fluid {
	width: 100%;
	height: auto;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mt-n1 {
  margin-top: -0.5rem !important;
}
hr {
	border-top-color: #7A7A7A;
	border-bottom-color: #4C4C4C;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 1px;
}
