.mainCenter {
	text-align: center;
}

.mainButton {
	display: inline-block;
	width: 15vh;
	height: 15vh;
}

.mainImage {
	display: block;
	margin: 2vh auto;
	width: 10vh;
	height: 10vh;
}

label {
	cursor: pointer;
	transition: filter 0.1s ease-in;
	filter: grayscale(100%);
}

label:hover {
	transition: filter 0.1s ease-in;
	filter: grayscale(0);
}

input[type="radio"]:checked+label {
	filter: grayscale(0);
}

.shopSpoiler {
   filter: blur(4px);
}

.shopButton {
	color: #ffffff;
	background-image: linear-gradient(#272727, #212121);
	border: 1px solid #000;
	text-shadow: 1px 1px 0px #161617;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 9px;
	cursor: pointer;
	outline: 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.typLeftDiv {
	width: 30%;
	float: left;
	text-align: right;
	margin-right: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.typRightDiv {
	width: 50%;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.typInput {
	width: 70%;
}