html,
body,
#wheelContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position:fixed;
}
*:not(input,textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Disable selection/Copy of UIWebView */
}
body {
  background-color: rgb(40,114,160);
}
p {
  margin: 0;
}
.container {
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container.wheel {
  padding-top: 5px;
  height: 330px;
}
#infoContainer,
#wheelContainer {
  background-color: white;
}
#wheelContainer {
  overflow: hidden;
}
#infoContainer {
  height: 100%;
}
#fortuneWheel {
  border-radius: 50%;
}
#arrow {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 100;
}
#info {
  width: 7%;
  position: absolute;
  top: 2%;
  right: 2%;
}
#close {
  width: 7%;
  position: fixed;
  top: 1%;
  right: 1%;
}
#close:hover,
#info:hover {
  opacity: 0.7;
}
#infoContainer th, 
#infoContainer td {
  border-bottom: 1px solid #ddd;
}
#infoContainer table {
  margin: auto;
}
#transactionPrizesContainer {
  padding-top: 20px;
  background-color: rgb(40,114,160);
  padding-bottom: 10px;
  height: 110px;
}
#transactionPrizesContainer.prizes {
  background-color: white;
  padding-top: 0px;
  height: 360px;
}
#transactionPrizesContainer img.seller {
  width: 50px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50%;
}
#transactionPrizesContainer span.price {
  font-size: 60px;
}
#transactionPrizesContainer p {
  color: white;
  font-size: 30px;
  line-height: 40px;
  padding-top: 10px;
}
#wheelPrizeContainer {
  background-color: rgb(40,114,160);
  padding-bottom: 10px;
  height: 550px !important;
}
#wheelPrizeContainer p {
  color: white;
  font-size: 30px;
  line-height: 40px;
  padding-top: 10px;
}
.prize-white-background {
  background-color: white;
  margin: auto;
  width: 15%;
  padding: 4%;
  margin-top: 5%;
}
.prize-white-background img {
  width: 80%;
}
#prizeContainer a,
#prizeContainer a:active,
#prizeContainer a :hover  {
  color: white;
  font-size: 20px;
  padding-top: 5%;
}
.profile-container {
  padding-top: 20px;
  background-color: rgb(40,114,160);
  height: 160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.profile-container table {
  margin: auto;
  color: #FFFFFF;
  border-collapse: collapse;
}
.prizes-container {
  padding-top: 10px;
  background-color: #FFFFFF;
  height: 80px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.big-text {
  line-height: 40px;
  font-size: 35px;
}
.medium-text {
  line-height: 30px;
  font-size: 25px;
}
.small-text {
  line-height: 40px;
  font-size: 25px;
}
.right-border {
  padding-right: 5%;
  text-align: right;
  width: 40%;
  border-right: 3px solid #FFFFFF;
}
.left-border {
  padding-left: 5%;
  text-align: left;
  width: 40%;
  border-left: 3px solid #FFFFFF;
}
.prize-list {
    padding-left: 0px;
    padding-right: 0px;
    height: 50px;
    display: inline-block;
    margin: auto;
    position: relative;
}
.prize-list li {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  height: 44px;
  position: relative;
  float: left;
}
.prize-list img {
  margin-right: 8px;
  width: 36px;
  height: 36px;
}
.prize-list li span.count {
  min-width: 25px;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 100;
  height: 20px;
  line-height: 20px;
  background-color: rgba(40,114,160,0.6);
  border-radius: 25%;
  color: white;
}
.prize-list li span.divider {
  width: 1px;
  height: 50px;
  display: block;
  position: relative;
  float: right;
  background-color: #999999;
}
.prizes-container.sellers {
  height: 180px;
}
.upgrade-button {
  margin: auto;
  width: 66px;
  height: 30px;
  border: 2px solid green !important;
  border-radius: 24px !important;
}
.upgrade-button p {
  font-weight: bold;
  color: green;
  line-height: 30px;
  font-size: 30px;
  margin: 0;
  margin-left: 4px;
}
.upgrade-button img {
  width: 24px;
  height: 24px;
}
.transaction-prizes {
    padding-left: 0px;
    padding-right: 0px;
    height: 140px;
    display: inline-block;
    margin: auto;
    position: relative;
}
.transaction-prizes li {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  height: 140px;
  position: relative;
  float: left;
}
.transaction-prizes img {
  margin-right: 8px;
  width: 60px;
  height: 60px;
}
.transaction-prizes p {
  font-size: 25px !important;
  line-height: 25px !important;
  margin-right: 8px;
}
#transactionPrizesContainer.prizes p {
  color: rgb(40,114,160);
}
#transactionPrizesContainer a,
#transactionPrizesContainer a:active,
#transactionPrizesContainer a:hover  {
  text-decoration: none;
  border-radius: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgb(40,114,160);
  color: white;
  font-size: 20px;
  padding: 10px;
}
#transactionPrizesContainer a.green,
#transactionPrizesContainer a.green:active,
#transactionPrizesContainer a.green:hover  {
  background-color: green;
}
#wheelPrizeContainer a,
#wheelPrizeContainer a:active,
#wheelPrizeContainer a:hover {
  text-decoration: none;
  border-radius: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: green;
  color: white;
  font-size: 20px;
  padding: 10px;
  margin-top: 10px;
}
#hand {
  display: none;
  position: fixed;
  right: 1px;
  top: 90px;
  z-index: 10000;
}
.voucher {
  border-radius: 12px;
  width: 90%;
  margin: auto;
  padding: 8px;
}
#sellerImage {
  width: 80px;
  height: 80px;
}
#voucherInfo {
  font-size: 28px;
  color: #333;
}
#treasureChest {
  background-color: #FFF;
  height: 100px;
  width: 90%;
  margin: auto;
  padding: 5px;
}
#treasureChest img {
  width: 80px;
  height: 80px;
  margin-left: 5px;
  margin-right: 5px;
  display: none;
}
#currentPrize {
  padding: 6%;
  display: none;
  width: 30%;
  height: auto;
  background-color: #FFF;
  border-radius: 12px;
  position: fixed;
  top: 150px;
  left: 30%;
  z-index: 99999;
}
#infoContainer {
  padding-bottom: 35px;
  padding-top: 35px;
}
#toProfile {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 24%;
  padding-left: 1%;
  padding-right: 1%;
  width: 50%;
  height: 45px;
  border-radius: 12px;
  background-color: green;
  color: white;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
}
