body {
	margin: 0;
	padding: 0;
	background-color: #195105 !important;
	box-sizing: border-box;
	overflow-x: hidden;
}
div#wheel {
	background-image: url('../assets/img/roulette-wheel.png');
	background-size: contain;
	border: 2px solid white;
	width: 300px;
	height: 300px;
	box-shadow: 7px 7px 9px black;
}
.betSelected {
border: 2px solid red !important;
}
/*
#canvas {
	position: absolute;
	background-size: cover;
	width: 300px;
	height: 300px;
	border: 2px solid white;
}
@media only screen and (max-width: 358px) {
  #canvas {
    width: 100%;
	height: 100%;
  }
}*/
.bg-red {
	background-color: red;
}
.bg-black {
	background-color: black;
}
.bg-green {
	background-color: black;
}
table#board td {
	width: 50px !important;
	font-size: 30px !important;
}
table#board td:hover {
	font-weight: bold;
	background-color: green;
	cursor: pointer;
}
button.bg-red {
	background-color: red !important;
	font-weight: bold !important;
}
button.bg-red:hover {
	box-shadow: 1px 1px 12px white;
}

.red-rect {
background-image: url('../assets/img/red-rect.png');
background-size: contain;
}
.black-rect {
background-image: url('../assets/img/black-rect.png');
background-size: contain;
}
.selected {
/* 	color: green; */
	font-weight: bold;
	background-image: url('../assets/img/solana.png');
	background-size: contain;
	background-repeat: no-repeat;
   background-position: center; 
}
button.btn-choice:hover {
	font-weight: bold;
}
button.btn-choice {
	display: none;
}