#spin_container{
	margin: 10px auto 0;
	/*margin: 0 auto 0;*/
  height: 300px;
  width: 320px;
  /*margin-bottom: 100px;*/
}
#random-result{
	background-image: url("../image/random-result-background.gif");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100px;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 100;
	color: #144A9F;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
	-webkit-text-stroke: 2px whitesmoke;
	box-shadow: 2px 2px 20px black;
	line-height: 90px;
}
#share_button{
	width: 40%;
	height: auto;
	margin-top: 120px;
	position: absolute;
	top: 47%;
	padding: 10px;
	left: 26%;
	z-index: 10;
	background-color: #017bdf;
	text-align: center;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	color: white;
	font-size: var(--inputFontSize);
}
#wheel{

	/*background-image: url("../image/svg_wheel.svg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: 400px 400px;
  	background-position: center;*/
  	width: 300px;
  	height: 300px;


	  transition: transform 7s cubic-bezier(.5,.1,.15,1);
	  transform: rotate(0deg);
	  z-index: 1;
	  pointer-events: none;
	  /*text-shadow: 2px 2px 4px #000000;*/
}
#random_pin{
	background-image: url("../image/random_pin.png?12324324");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
	width: auto;
	height: 23px;
	position: relative;
	top: -161px;
	left: 61px;
	z-index: 10;
	/*text-shadow: 2px 2px 4px #000000;*/
	
}