.score-description {
	text-align: center;
	font-family:sans-serif;
	margin-top: 20px;
}
.dreamloLBTable {
	border-collapse: collapse;
	text-align: center;
	width: fit-content;
	max-width: 500px;
	color: #fff;
	font-family: sans-serif;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 20px 40px;
}
.dreamloLBTable th { border-bottom: 1px solid #EEEEEE;font-weight:bold;margin:0;padding:4px; }
.dreamloLBTable td { border-bottom: 1px solid#EEEEEE;margin:0;padding:4px; }
.dreamloLBTable tbody {
	display: block;
	position: relative;
	margin: 0px auto;
	width: fit-content;
}