.hall-header {
	position: relative;
}

.hall-background {
	background-image: url("/../_images/_bg/halloffame.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
	color: white;
	background-position: center top -400px;
}

.hall-background::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.hall-content h3 {
	text-align: left;
	font-size: 30px !important;
	font-weight: 800;
	z-index: 999 !important;
}

.hall-content p {
	text-align: left;
	font-size: 18px;
	z-index: 999 !important;
}

.bc-userblock__title {
	text-decoration: none !important;
	color: black !important;
}

.bc-userblock__title:hover {
	text-decoration: none !important;
	color: white;
}

tbody tr:hover {
	background-color: black;
	color: white;
}

tbody tr:hover span {
	background-color: black;
	color: white !important;
}

