html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 100%;
  width: 100%;
}
* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 13px;
}
#frame {
  background: #fff8e0;
  width: 100%;
  height: 325px;

  position: absolute;
  bottom: 0px;
  background: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#wheelcontainer {
  position: absolute;
  left: 180px;
  top: 160px;
  width: 301px;
  height: 301px;
}
#wheeldiv {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 301px;
  height: 301px;
  transform-origin: 150px 150px;
  margin-left: -150px;
  margin-top: -150px;
  _background: none;
}
#wheelshadow {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 320px;
  height: 320px;
  background: url('/wheelofvirtues/wheel-shadow.png');
  _background:none;
}
#arrow {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 50px;
  height: 50px;
  background: url('/wheelofvirtues/arrow.png');
  _background:none;
}

#paper {
  display: none;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 00px;
}
#papertitle {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 4px 4px 16px #000;
}

#papertextframe {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 48px;
  padding: 10px 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 4px 4px 16px #000;
}
#papertext {
  font-size: 14px;
}
#paperauthor {
  width: 100%;
  margin-top: 0.5em;
  text-align: right;
  font-size: 14px;
  font-style: italic;
}

