/* Other misc styles */
p.noCanvasMsg {
	color: white;
}
#spin_button {
	margin: 5px auto;
	position: relative;
	cursor: pointer;
	z-index: 99999;
	-ms-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.modal-open {
	overflow-y: auto;
}
#mainContent {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 100px;
}

.wheel_wrap {
    position: relative;
	overflow: hidden;
}

.wheel_top{
    position: relative;
    top: 0;
    text-align: center;
    width: 50vw;
    max-width: 500px;
    margin: 0 auto;
}

.wheel_top img{
	width:100%;
	display:inline-block;
    position: absolute;
    left: 0;
    z-index: 3500;
}

.spacer{
    display: block;
    width: 100%;
    height: 4vw;
    max-height: 40px;
    top: 0vw;
    position: relative;
}

.spacer2{
    display: block;
    width: 100%;
    height: 6vw;
    max-height: 67px;
    top: 0vw;
    position: relative;
}

.the_wheel {
    position: relative;
    z-index: 3000;
    width: 49vw;
    max-width: 490px;
    margin: 0 auto;
}
.the_canvas {
	width: 100%;
	height: auto;
}

.headline {
    width: 50vw;
    margin: 10px auto;
}

.game-modal .modal-content {
    border-radius: 10px;
    background: #d7a803 !important;
    color: #000 !important;
    border: 2px solid #fff;
    padding:10px;
}

.game-modal .modal-title{
    width: 100%;
}

.game-modal .modal-header, .game-modal .modal-body, .game-modal .modal-footer{
    border:none;
    padding:0;
}

.game-modal .modal-footer button{
    margin: 0 auto;
}