@charset "UTF-8";
div.sprite {
  width: 50px;
  height: 50px; }

.sprite {
  background: transparent url(lottery_sprite_bg.png) no-repeat top left;
  background-size: 50px 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .sprite {
      /* on retina, use image that's scaled by 2 */
      background-image: url("lottery_sprite_bg@2x.png");
      background-size: 100px 400px; } }

.ball {
  background-position: 0 0; }

.fail {
  background-position: 0 -50px; }

.success {
  background-position: 0 -150px; }

.null {
  background-position: 0 -100px; }

.tinyurl h2 {
  font-size: 16pt;
  line-height: 30px; }

#tinyurlt {
  font-size: 9pt; }

#tiny0rzt {
  font-size: 18pt;
  width: 120px; }

#tiny0rzt, #tinyurlt {
  background: #ceff8d;
  border: 2px double #44952e;
  text-align: center; }

#tiny0rzt.hover, #tinyurlt.hover {
  background: #a5f46b; }

#tiny0rzt.active, #tinyurlt.active {
  color: red; }

#tinycopy {
  color: #aaa;
  font-size: 8pt; }

#as {
  font-weight: bold;
  font-size: 30pt;
  line-height: 30pt;
  display: block; }

h1 {
  font-family: '儷黑 Pro','LiHei Pro', "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: 99px;
  color: #F60; }

.hugo-title {
  margin-bottom: 20px; }

#smallAd {
  width: 300px;
  height: 250px; }

@media (min-width: 768px) {
  /* Portrait tablet to landscape and desktop //and (max-width: 979px) */
  #as {
    margin: 15px 0 25px; }

  #as .label {
    font-size: 18px;
    line-height: 23px; }

  h1 {
    font-size: 50px; }

  .hugo-title .well {
    padding: 40px; }

  .hugo-title #hugojay {
    width: 300px; }

  .hugo-title small {
    font-size: 13pt; }

  .hugo-title p {
    font-size: 15pt;
    line-height: 29px; }
  #bottomAd {
    width: 728px;
    height: 90px; } }
@media (min-width: 992px) {
  h1 {
    font-size: 66px;
    line-height: 111px; } }
@media (min-width: 1200px) {
  #smallAd {
    width: 336px;
    height: 280px; }
  #bottomAd {
    width: 970px;
    height: 90px; } }
@media (max-width: 767px) {
  /* customize iPhone screen */
  h1 {
    font-size: 20px;
    text-align: center;
    line-height: 33px;
    margin-top: 0; }

  .hugo-title small {
    font-size: 10pt; }

  .hugo-title p > small {
    display: none; }

  .hugo-title p {
    font-size: 12pt; }

  #as {
    margin: 9px -25px;
    font-size: 18pt;
    line-height: 18pt;
    letter-spacing: -1px;
    text-align: center; }

  #smallAd {
    position: fixed !important;
    z-index: 1;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    box-shadow: 0px 1px 19px -2px #999; }

  #bottomAd {
    width: 100%;
    height: 200px;
  }

  body {
    padding-bottom: 70px; } }
footer {
  text-align: center;
  padding: 29px 0 9px;
  color: #666; }

a:hover {
  color: #F60; }

input#hugojay {
  /*font-size: 30px;
  height: 30px;
  line-height: 30px;*/ }

#main-wrapper {
  font-size: 15pt;
  width: 660px;
  height: 270px;
  margin: 20px auto 0; }

h1, form {
  margin: 0; }

h1 a {
  font-size: 36pt;
  color: #F60; }

#addmenu {
  width: 300px;
  text-align: left;
  font-size: 9pt; }

.clear {
  clear: both;
  padding: 10px; }

#keytypes {
  display: inline-block; }

#keytypes a {
  background: #f60;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px #999;
  padding: 0 2px; }

label {
  font-size: small; }

.icon-qrcode {
  padding: 5px;
  position: relative;
  left: 2px;
  top: 5px; }

p#lottery_ann {
  text-align: center;
  display: block;
  white-space: normal; }
