body,html{
	background:#000;
}
.form-label{color:#ffffff;}
.slotwrapper {
	border-radius: 8px !important;
	display: flex;
	    border: 1px solid #000 !important;
}
#modalMsg button.btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	font-size: 30px;
	line-height: 0;
	padding: 2px;
	box-sizing: border-box;
	text-align: center;
	z-index: 100;
}

div#numbers {
	padding: 15px;
	max-height: 280px;
	min-height: 280px;
	overflow: auto;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#numbers div {
	border-bottom: 1px dashed #8aa9cc;
	padding: 10px 5px;
	position: relative;
}

#result .number {
	font-size: 46px;
	font-weight: bold;
	color:#ffffff;
	    line-height: 1.5em;
}