
.r-container {
    width: 100%;
    background-image: url("/green_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #1c8b58;
  }
  
  .wbttable {
    width: 100%;
    text-align: center;
    border: 2px solid #ffe200;
    border-collapse: collapse;
  }
    .n-red {
      background-color: #dd1f10;
    }
  
    /* line 1044, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .n-dark {
      background-color: #000;
    }
  
    /* line 1049, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .n-sky {
      background-color: #006137;
      color: #015d2c;
      font-size: 14px;
    }
      .c-place p,
    .c-place span {
      font-size: 12px;
      font-weight: 600;
    }
  
    /* line 1031, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .num {
      width: inherit;
      height: inherit;
      line-height: inherit;
      border-radius: 50%;
      font-weight: 800;
      font-size: 12px;
    }
    .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    cursor: pointer;
  }
  
  /* line 153, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .wbttable td {
    border: 2px solid #ffe200;
    padding: 8px 0;
    position: relative;
    z-index: 100;
    width: 78px;
  }
  
  /* line 160, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .brl-none {
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  
  /* line 164, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .brr-none {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  
  /* line 168, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .zero {
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    position: relative;
  }
  
  /* line 174, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .zero.active-bg {
    background-color: transparent;
  }
  
  /* line 177, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .zero:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 2px);
    height: 100%;
    top: -2px;
    border: 2px solid #ffe200;
    border-radius: 97px 0 0 97px;
    z-index: 100;
  }
  
  /* line 188, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .zero p {
    position: relative;
    z-index: 200;
  }
  
  @supports (-moz-appearance: none) {
    /* line 194, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .zero:before {
      width: calc(100% - 1px);
    }
  }
  /* line 199, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .spin-btn {
    position: relative;
  }
  
  /* line 203, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .spin-btn .spin {
    width: 100px;
    line-height: 105px;
    text-align: center;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: transparent;
    font-size: 22px;
    color: #000;
    font-weight: 800;
    cursor: pointer;
    background-image: url("http://bsf777.com/assets/lottery/roulette/spin.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  /* line 224, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-panel {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  
  /* line 228, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-left {
    display: inline-flex;
  }
  
  /* line 231, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    color: #753f00;
    text-align: center;
    background-color: #ddd;
    margin-right: 20px;
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
  }
  
  /* line 249, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-50 {
    background-image: url("http://bsf777.com/assets/lottery/roulette/coins/coin50.png");
  }
  
  /* line 251, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-100 {
    background-image: url("http://bsf777.com/assets/lottery/roulette/coins/coin100.png");
  }
  
  /* line 253, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-500 {
    background-image: url("http://bsf777.com/assets/lottery/roulette/coins/coin500.png");
  }
  
  /* line 255, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-1h {
    background-image: url("http://bsf777.com/assets/lottery/roulette/coins/coin1k.png");
  }
  
  /* line 257, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-2h {
    background-image: url("http://bsf777.com/assets/lottery/roulette/coins/2h.png");
  }
  
  /* line 259, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-5h {
    background-image: url("http://bsf777.com/assets/lottery/roulette/coins/5h.png");
  }
  
  /* line 261, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-10h {
    background-image: url("http://bsf777.com/assets/lottery/roulette/coins/10h.png");
  }
  
  /* line 263, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin.clear-coin {
    background-image: url("http://bsf777.com/assets/lottery/roulette/coins/coin_close.png");
  }
  
  /* line 265, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin img {
    position: relative;
    top: 6px;
    width: 20px;
    height: auto;
  }
  .n-2-1{
      color:#000;
  }
  
  /*.active{
      background-image: url("http://bsf777.com/assets/lottery/roulette/image-path("lottery/roulette/a-coin.png""));
  }*/
  /* line 277, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .active {
    /* box-shadow: 0 0 14px 0px #353535;
    -webkit-animation: pulsate-bck 0.8s ease-in-out infinite both;
    animation: pulsate-bck 0.8s ease-in-out infinite both; */
  }
  
  @-webkit-keyframes pulsate-bck {
    /* line 283, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    /* line 287, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    50% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    /* line 291, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes pulsate-bck {
    /* line 297, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    /* line 301, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    50% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    /* line 305, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  /*.sky{ background-color: #2fa0c0; }
  .purple{ background-color: #5d27c7; }
  .yellow{ background-color: #fe8101; }
  .d-green{ background-color: #035504; }
  .s-blue{ background-color: #346de6; }
  .red{ background-color: #dd1f10; }
  .pink{ background-color: #f341ae; }
  .grey{ background-color: #737e74; }*/
  /* line 322, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-right {
    display: inline-block;
  }
  
  /* line 325, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-right p {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
    display: inline-block;
  }
  
  /* line 331, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coin-right p img {
    width: 15px;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  
  /* line 339, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .color-dots {
    width: auto;
    height: 30px;
    position: relative;
    top: 3px;
    cursor: pointer;
  }
  
  /* line 347, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .r-font {
    font-size: 18px;
    font-weight: 600;
    /*height: 46px;*/
    transition: font-size 0.2s;
  }
  
  /* line 353, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .wave {
    font-size: 20px;
    font-weight: 800;
  }
  
  /* line 358, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .active-bg {
    /*background-color: #057138;*/
    background-color: rgba(4, 12, 8, 0.48);
  }
  
  /*.tr-1 td{
          background-color: rgba(31, 68, 48, 0.38);
  }*/
  /* line 368, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .place-row td p,
  .place-row td span,
  .place-row td img {
    cursor: pointer;
  }
  
  /* line 372, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .bet-details {
    max-width: 1200px;
    margin: 0 auto 20px;
  }
  
  /* line 377, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .bet-sec {
    padding: 5px 10px;
    border: 2px solid #ffe200;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 20px 0 0 20px;
  }
  
  /* line 384, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .bet-details ul {
    list-style-type: none;
  }
  
  /* line 387, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .amt {
    margin-bottom: 20px;
  }
  
  /* line 390, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .bet-sec span {
    color: #ffe200;
    font-weight: 700;
  }
  
  /* line 395, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coinPlaced {
    background-image: url("http://bsf777.com/assets/lottery/roulette/a-coin.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    z-index: 100;
  }
  
  /* line 402, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .r-font {
    height: 40px;
  }
  
  /* line 405, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .c-place, .side-placed {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* line 420, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .color-bet,
  .coinPlaced .n-red,
  .coinPlaced .n-dark,
  .coinPlaced .n-sky,
  .on-coin-place,
  .r-font.coinPlaced .num-v,
  .coinPlaced .n-2-1,
  .coinPlaced .color-dots {
    display: none;
  }
  .num-v{color:#fff;}
  /* line 424, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .coinPlaced .on-coin-place {
        /*display: inline-block;
      background: transparent;
      vertical-align: middle;
      text-align: center;
      font-size: 14px;
      color: #057138;
      background-color: #ffedd9;
      width: 60px;
      height: 20px;
      padding: 0;
      line-height: 20px;
      border-radius: 3px;*/
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    color: #057138;
    background-color: #ffedd9;
    width: 50px;
    height: 18px;
    padding: 0;
    line-height: 18px;
    border-radius: 3px;
  }
  
  /* line 451, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .num:hover ~ .tooltip-box {
    display: block;
  }
  
  /* line 455, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .tooltip-box {
    position: absolute;
    padding: 5px 5px;
    top: -35px;
    right: 50%;
    text-align: center;
    width: calc(100% - 10px);
    max-width: 100px;
    background-color: #0e794e;
    border: 1px solid #0e794e;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    display: none;
  }
  
  /* line 470, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .tooltip-box:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    right: -1px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-top: 14px solid #0e794e;
  }
  
  /* line 484, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .tooltip-box p,
  .tooltip-box p span {
    line-height: 14px;
    font-size: 12px;
  }
  
  /* line 488, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .tooltip-box p span {
    font-weight: 600;
    color: #ffba33;
  }
  
  /* line 494, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .c-red .num-val {
    color: #ff8177;
  }
  
  /* line 497, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .c-black .num-val {
    color: #000;
  }
  
  /* line 501, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .two-num {
    position: absolute;
    cursor: pointer;
    z-index: 500;
    /*background-color: #ffe200;*/
  }
  
  /* line 507, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .two-num.side-placed span {
    color: #005f39;
    background-color: #ffedd9;
    padding: 0 3px;
    border-radius: 5px;
  }
  
  /* line 513, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .two-num-right {
    width: 6px;
    height: 20px;
    right: -4px;
    top: calc(50% - 10px);
  }
  
  /* line 520, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .two-num-bottom,
  .three-num {
    width: 20px;
    height: 6px;
    bottom: -4px;
    left: calc(50% - 10px);
  }
  
  /* line 527, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .two-num-right.side-placed {
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 50%;
    min-width: 30px;
    min-height: 12px;
    font-weight: 500;
    font-size: 10px;
    position: absolute;
    right: -17px;
    top: calc(50% - 15px);
    /*background-color: #ffe200;*/
    padding: 0;
    color: #0c764c;
    z-index: 1200;
    border: 1px solid #a08f03;
    background-image: url("http://bsf777.com/assets/lottery/roulette/a-coin.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  
  /* line 552, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .two-num-bottom.side-placed,
  .three-num.side-placed {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 10px;
    position: absolute;
    right: inherit;
    top: inherit;
    /*background-color: #ffe200;*/
    padding: 0;
    color: #0c764c;
    z-index: 1200;
    bottom: -17px;
    left: calc(50% - 16px);
    border: 1px solid #a08f03;
    background-image: url("http://bsf777.com/assets/lottery/roulette/a-coin.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  
  /* line 577, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .six-num,
  .four-num {
    position: absolute;
    width: 10px;
    height: 10px;
    /*background-color: #ffe200;*/
    cursor: pointer;
  }
  
  /* line 584, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .fn-top {
    right: -6px;
    top: -6px;
  }
  
  /* line 589, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .sn-bottom,
  .fn-bottom {
    right: -6px;
    bottom: -6px;
  }
  
  /* line 593, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .four-num.side-placed {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    right: -16px;
    top: -16px;
    background-image: url("http://bsf777.com/assets/lottery/roulette/a-coin.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    min-height: 12px;
    font-weight: 500;
  }
  
  /* line 607, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .six-num.side-placed {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    right: -16px;
    bottom: -16px;
    background-image: url("http://bsf777.com/assets/lottery/roulette/a-coin.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    min-height: 12px;
    font-weight: 500;
  }
  
  /* line 622, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
  .six-num.side-placed span,
  .four-num.side-placed span {
    font-size: 10px;
    color: #0c764c;
    background-color: #ffedd9;
    padding: 0 2px;
    border-radius: 5px;
  }
  
  @media (orientation: landscape) and (max-width: 1024px) {
    /* line 631, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .active-bg {
      background-color: transparent;
    }
  
    /* line 638, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .two-num-bottom.side-placed,
    .three-num.side-placed,
    .six-num.side-placed,
    .four-num.side-placed,
    .two-num-right.side-placed {
      background-image: none !important;
      border: none;
      background-color: transparent;
    }
  
    /* line 647, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .two-num-bottom.side-placed span,
    .three-num.side-placed span,
    .six-num.side-placed span,
    .four-num.side-placed span,
    .two-num-right.side-placed span {
      font-size: 10px !important;
      color: #0c764c !important;
      background-color: #ffedd9;
      padding: 0 2px;
      border-radius: 5px;
    }
  
    /* line 654, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .two-num-right {
      width: 10px;
      height: 10px;
      right: -4px;
      top: calc(50% - 5px);
    }
  
    /* line 661, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .two-num-bottom,
    .three-num {
      width: 10px;
      height: 10px;
      bottom: -4px;
      left: calc(50% - 5px);
    }
  
    /* line 667, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .two-num, .fn-top {
      background-color: rgba(255, 226, 0, 0.13);
    }
  
    /* line 670, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .two-num-right.side-placed {
      right: -15px;
    }
  
    /* line 673, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .two-num-bottom.side-placed, .three-num.side-placed {
      bottom: -15px;
    }
  
    /* line 676, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .fn-top {
      right: -5px;
      top: -5px;
    }
  }
  @media all and (max-width: 1200px) {
    /* line 683, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .r-container .spinner {
      font-size: 10px !important;
    }
  
    /* line 686, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .r-container .top {
      height: 4em;
      width: 1em;
      left: 18px;
      top: -40px;
    }
  
    /* line 692, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .r-container .right {
      height: 1em;
      width: 5em;
      top: 18px;
      left: 18px;
    }
  
    /* line 698, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .r-container .down {
      height: 4em;
      width: 1em;
      left: 18px;
      top: 32px;
    }
  
    /* line 704, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .r-container .left {
      height: 1em;
      width: 5em;
      top: 18px;
      left: -40px;
    }
  
    /* line 710, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .r-container .ball span {
      width: 16px;
      height: 16px;
    }
  
    /* line 714, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    p, a, span {
      font-size: 14px;
      font-weight: 600;
    }
  
    /* line 721, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .num-panel,
    .bet-details,
    .roulette,
    .coin-panel {
      max-width: 900px;
    }
  
    /* line 724, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .coin {
      width: 60px;
      height: 60px;
      line-height: 60px;
      margin-right: 10px;
      font-weight: 600;
      font-size: 14px;
    }
  
    /* line 732, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .coin-right p {
      margin-left: 10px;
      margin-top: 10px;
    }
  
    /* line 736, /home/define/Documents/heroic-deploy/heroic/app/assets/stylesheets/lottery/roulette/main.scss */
    .coin-panel {
      padding-bottom: 20px;
    }
    