#choose-time {
  margin: 80px auto;
  width: 300px;
  text-align: center;
}
#set-button,
#submit  { color: #fff; font-size: 20px; background-color: #888; cursor: pointer; margin-left: 5px; padding: 2px 6px 4px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; -webkit-border-radius: 3px; border-radius: 3px; filter: alpha(opacity=95); opacity: 0.95 }
#set-button:hover,
#submit:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#iQRterra-1 {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0.7;
	#position: relative;
}

#iQRterra-2 {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 1;
	#position: relative;
}
.iQR {
	margin: 0 auto;
	-webkit-filter: drop-shadow(30px 30px 23px rgba(0,0,0,0.3));
	-moz-filter: drop-shadow(30px 30px 23px rgba(0,0,0,0.3));
	-o-filter: drop-shadow(30px 30px 23px rgba(0,0,0,0.3));
	-ms-filter: drop-shadow(30px 30px 23px rgba(0,0,0,0.3));
	filter: drop-shadow(30px 30px 23px rgba(0,0,0,0.3));
}
/*
#iQRterra-1,
#iQRterra-2 {
  margin-bottom: 4rem;
}
*/

#iQRterra-1 .hexaflip-cube,
#iQRterra-2 .hexaflip-cube {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#iQRterra-1 .hexaflip-cube .hexaflip-left,
#iQRterra-2 .hexaflip-cube .hexaflip-left,
#iQRterra-1 .hexaflip-cube .hexaflip-right,
#iQRterra-2 .hexaflip-cube .hexaflip-right  { background: #222 !important; background:  -webkit-radial-gradient(10% 20%, circle, #FAFAFA, #222) }
#iQRterra-1 .hexaflip-cube > div,
#iQRterra-2 .hexaflip-cube > div {
  font-weight: 100;
  text-shadow: none;
}
#iQRterra-1 .hexaflip-cube > div:nth-child(1n+1),
#iQRterra-2 .hexaflip-cube > div:nth-child(1n+1)  { background: #2a4299; background: -webkit-radial-gradient(10% 20%, circle, #FAFAFA, #2a4299) }
#iQRterra-1 .hexaflip-cube > div:nth-child(2n+2),
#iQRterra-2 .hexaflip-cube > div:nth-child(2n+2)  { background: #70bd29; background: -webkit-radial-gradient(10% 20%, circle, #FAFAFA, #70bd29) }
#iQRterra-1 .hexaflip-cube > div:nth-child(3n+3),
#iQRterra-2 .hexaflip-cube > div:nth-child(3n+3)  { background: #f3b912; background: -webkit-radial-gradient(10% 20%, circle, #FAFAFA, #f3b912) }
#iQRterra-1 .hexaflip-cube > div:nth-child(4n+4),
#iQRterra-2 .hexaflip-cube > div:nth-child(4n+4)  { background: #eee; background: -webkit-radial-gradient(10% 20%, circle, #FAFAFA, #eee);  color: #222; }
/*
#iQRterra-2 {
  margin-bottom: 4rem;
}*/


.buttons {
  position: relative;
  top: 230px;
  width: 640px;
  margin: 0 auto;
  z-index: 100;
}
.disc-button {
  background-color: #222;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-weight: 100;
  font-size: 24px;
  cursor: pointer;
}
.disc-button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#prev {
  float: left;
}
#next {
  float: right;
}
#output {
  line-height: 2;
}
