*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wheel_action {
}

.wheel_image {
	max-width:  50% !important;
	max-height: 50% !important;
}

.wheel_action table, td, tr, th {
	border: 0 !important;
	border-spacing: 5px 2px !important;
	vertical-align: top !important;
	padding: 0 !important;
}

.wheel_action td {
	padding: 2px !important;
}

.wheel_action input {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.wheel_action input[type="submit"] {
	width: 80%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding:12px;
	font-size:18px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	font-weight: bold;
	border: 0;
	border-radius: 8px;
}

.wheel_action input[type="submit"]:hover {
	padding:12px;
	font-size:18px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	font-weight: bold;
	border: 0;
	border-radius: 8px;
}

.wheel_wrap {
	max-width: 100% !important;
	list-style: none;
	padding: 0;
	margin: 0;
}

.wheel_wrap:after {
	content: '';
	clear: both;
}

.wheel_wrap label {
	display: block;
	width: 25.0%;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	cursor: pointer;
	box-shadow: inset 0 4px #ccc;

	-webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
	transition: all 0.5s;
}

.wheel_wrap label i {
	padding: 0;
	margin-right: 0;
}

.wheel_wrap label:hover {
	box-shadow: inset 0 4px #3498db;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
