.wheel-page h1 {
	font-size: 36px;
}

div.wheel {
	background: url('../img/wheel/background.jpg') center;
	width: 645px;
	height: 736px;
	margin: 20px auto 0 auto;
	border-radius: 20px;
	position: relative;
}
.the_canvas {
	position: absolute;
	top: 220px;
	left: 100px;
}

.arrow {
	background: url('../img/wheel/arrow.png');
	width: 58px;
	height: 53px;

	position: absolute;
	top: 178px;
	left: 290px;

	z-index: 9;
}

div.wheel-controls {
	position: absolute;
	top: 138px;
	left: 246px;
}
.spin-button {
	background: transparent url('../img/wheel/button.png') 0px 0px no-repeat;
	width: 144px;
	height: 46px;
	border: 0;
}
.spin-button:hover {
	background-color: transparent;
	background-position: 0px -46px;
}

/* Other misc styles */
.margin_bottom {
	margin-bottom: 5px;
}

p.noCanvasMsg {
	color: white;
}

#wheelModal.modal {
   text-align: center;
}

.zoom-55{
	zoom: 55%;
}

.z-1000{
	z-index: 8;
}

.margin-l-30{
	margin-left: 30px;
}

.margin-0{
	margin: 0;
}
@media screen and (min-width: 768px) {
	#wheelModal.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

@media  (max-width: 410px) {
	.zoom-55{
		zoom: 54% !important;
	}
}
#wheelModal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.prizes {
	text-align: center;
	color: white;
}
.prizes h2 {
	padding-top: 20px;
	color: white;
}
.prizes table {
	margin: 0 auto;
}
.prizes td {
	padding: 10px 10px;
}
.prizes .count {
	font-size: 16px;
}
.prizes .prize {
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
}

.prizes img {
	margin-top: -3px;
	margin-left: 3px;
}

.winners {
	padding: 0 10px;
}
.winners img {
	margin: 3px;
}
.show-all-winners {
	display: block;
	margin-top: 10px;
	text-align: center;
}
.spin-button--disabled {
	opacity: 0.5;
	cursor: not-allowed !important;
}