/*
    Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


/*
    Document
*/

html {
    background: #2B2B2B;
}

body {
    background: transparent;
}

#page {
    margin: 0 auto;
}

#content {
    padding: 20px;
}

/* fonts */
@font-face {
    font-family: Prototype;
    src: url(../fonts/Prototype.ttf);
}

/*
    Slot Machine
*/

#slot-machine {
    border-radius: 50px;
    height: 150px;
    margin: auto;
    margin-top: 30px;
    position: relative;
    width: 1000px;
    transform: scale(1);
}

#slot-frame, #slot-frame2 {
    background: #1b1b1b;
    background: -moz-linear-gradient(top, #1b1b1b 0%, #383838 8%, #3a3a3a 20%, #0a0a0a 47%, #010101 50%, #0d0d0d 54%, #444444 100%);
    background: -webkit-linear-gradient(top, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -o-linear-gradient(top, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -ms-linear-gradient(top, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: linear-gradient(to bottom, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #444;
    height: 210px;
    margin-left: 24px;
    position: absolute;
    top: 20px;
    width: 852px;
    z-index: 1;
    border: 6px solid #444;
    border-bottom: 6px solid #888;
    border-right: 6px solid #888;
    box-shadow: 0 0px 1px 2px #222;
}

#limit-frame {
    background: #1b1b1b;
    background: -moz-linear-gradient(right, #1b1b1b 0%, #383838 8%, #3a3a3a 20%, #0a0a0a 47%, #010101 50%, #0d0d0d 54%, #444444 100%);
    background: -webkit-linear-gradient(right, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -o-linear-gradient(right, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -ms-linear-gradient(right, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: linear-gradient(to right, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #444;
    margin-left: 24px;
    position: absolute;
    top: 250px;
    left: 745px;
    width: 102px;
    height: 53px;
    z-index: 1;
    border: 6px solid #444;
    border-bottom: 6px solid #888;
    border-right: 6px solid #888;
    box-shadow: 0 0 2px 1px black;
}

#limit-frame2 {
    background: #1b1b1b;
    background: -moz-linear-gradient(right, #1b1b1b 0%, #383838 8%, #3a3a3a 20%, #0a0a0a 47%, #010101 50%, #0d0d0d 54%, #444444 100%);
    background: -webkit-linear-gradient(right, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -o-linear-gradient(right, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -ms-linear-gradient(right, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: linear-gradient(to right, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #444;
    margin-left: 24px;
    position: absolute;
    top: 350px;
    left: 745px;
    width: 102px;
    height: 53px;
    z-index: 1;
    border: 6px solid #444;
    border-bottom: 6px solid #888;
    border-right: 6px solid #888;
    box-shadow: 0 0 2px 1px black;
}

#limit-wheels {
    height: 50px;
    left: 776px;
    overflow: hidden;
    position: absolute;
    top: 258px;
    width: 100px;
    z-index: 2;
}

#limit-wheels2 {
    height: 50px;
    left: 776px;
    overflow: hidden;
    position: absolute;
    top: 358px;
    width: 100px;
    z-index: 2;
}

#limit-wheels .wheel {
    background: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
}

#limit-wheels2 .wheel {
    background: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
}


#limit-wheels .wheel .overlay {
    background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) f, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}


#limit-wheels2 .wheel .overlay {
    background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) f, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}


#limit-wheels .wheel img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 1;
    margin-left: -400px;
    transition: 0.2s ease-in-out;
}


#limit-wheels2 .wheel img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 1;
    margin-left: -400px;
    transition: 0.2s ease-in-out;
}

#slot-wheels .wheel img {
    position: absolute;
    top: -4px;
    width: 100px;
    z-index: 1;
}

#slot-wheels, #slot-wheels-2 {
    height: 196px;
    left: 17px;
    overflow: hidden;
    position: absolute;
    top: 27px;
    width: 852px;
    z-index: 2;
}

#slot-wheels .wheel, #slot-wheels-2 .wheel {
    background: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 156px;
}

#slot-wheels .wheel img, #slot-wheels-2 .wheel img {
    position: absolute;
    top: -4px;
    width: 156px;
    z-index: 1;
    filter: brightness(120%);
}

#wheel1, #wheel6 {
    left: 25px;
}
#wheel2, #wheel7 {
    left: 190px;
}
#wheel3, #wheel8 {
    left: 355px;
}
#wheel4, #wheel9 {
    left: 520px;
}
#wheel5, #wheel10 {
    left: 685px;
}

#slot-wheels .wheel .overlay, #slot-wheels-2 .wheel .overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) f, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#slot-body {
    background: #444;
    background: linear-gradient(to bottom right, #666 6%, #aaa 19%, #666 41%, #aaa 54%, #666 100%);
    border-left: 50px solid #bbb;
    border-right: 50px solid #bbb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 5px 3px 5px 0px #222, inset -5px 3px 5px 0px #222;
    height: 485px;
    margin: 50px auto;
    position: relative;
    width: 1000px;
    z-index: 2;
}

#lamp-top {
  background: #444;
  background: linear-gradient(to right, #666, #aaa, #666,#444);
  border-top: 6px solid #ccc;
  border: 2px solid #ccc;
  height: 10px;
  margin: -2px auto;
  position: relative;
  width: 80px;
  z-index: 2;
  border-radius: 50% 50% 0 0 ;
}

#lamp-bottom {
  background: #444;
  background: linear-gradient(to right, #666, #aaa, #666,#444);
  border-top: 6px solid #ccc;
  border: 2px solid #ccc;
  height: 10px;
  margin: -2px auto;
  position: relative;
  width: 80px;
  z-index: 2;
}

#lamp-body {
  background: #444;
  background: linear-gradient(to right, #fff, #bbb, #fff,#fff);
  border-top: 6px solid #ccc;
  border: 2px solid #ccc;
  height: 40px;
  margin: 0px auto;
  position: relative;
  width: 80px;
  z-index: 2;
  transition: 0.3s;
}

.red-light {
  background: linear-gradient(to right, #cc3333, #661919, #cc3333, #cc3333) !important;
  box-shadow: 10px 0 30px 0 #cc3333, -10px 0 30px 0 #cc3333;
}

.orange-light {
  background: linear-gradient(to right, darkorange, #995400, darkorange, darkorange) !important;
  box-shadow: 10px 0 30px 0 darkorange, -10px 0 30px 0 darkorange;
}

#slot-title {
  background: #444;
  background: linear-gradient(to right, #444, #888, #444);
  border-top: 6px solid #ccc;
  border-left: 6px solid #bbb;
  border-right: 6px solid #888;
  border-bottom: 0px solid #999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 2px 1px 0px #222;
  height: 100px;
  margin: 0px auto;
  position: relative;
  width: 1000px;
  z-index: 2;
  border-radius: 50% 50% 0 0;
  text-align: center;
  font-family: Prototype;
  font-size: 30px;
  line-height: 120px;
  color: #ccc;
  letter-spacing: 2px;
  text-shadow: 0 0 2px black, 0 2px 2px black;
}

#slot-block {
  background: linear-gradient(to right, #444, #888, #444);
  border-top: 0px solid #ccc;
  border-left: 6px solid #bbb;
  border-right: 6px solid #888;
  border-bottom: 6px solid #999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 -1px 1px 0px #444;
  height: 60px;
  margin: 0px auto;
  margin-bottom: -49px;
  position: relative;
  width: 1000px;
  z-index: 2;
}

#slot-display-header {
    background: #1b1b1b;
    background: -moz-linear-gradient(top, #1b1b1b 0%, #383838 8%, #3a3a3a 20%, #0a0a0a 47%, #010101 50%, #0d0d0d 54%, #444444 100%);
    background: -webkit-linear-gradient(top, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -o-linear-gradient(top, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -ms-linear-gradient(top, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: linear-gradient(to bottom, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 16px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(255, 255, 255, 0.2), inset 0 -2px 15px #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #444;
    top: 10px;
    height: 30px;
    line-height: 28px;
    left: 207px;
    letter-spacing: 3px;
    font-size: 20px;
    position: absolute;
    width: 565px;
    z-index: 2;
    color: #aaa;
    font-family: Prototype;
    text-align: center;
    text-shadow: 0 2px 2px black;
}

#slot-belly {
  background: #444;
  background: linear-gradient(to right, #222, #888, #222);
  border-top: 60px solid #bbb;
  border-left: 20px solid #999;
  border-right: 20px solid #666;
  border-bottom: 10px solid #777;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 0px 1px #222;
  height: 500px;
  margin: -1px auto;
  margin-bottom: 40px;
  top: 486px;
  left: -50px;
  position: relative;
  width: 1000px;
  border-radius: 0 0 20px 20px;
}

#main-buttons-div {
  position: absolute;
  margin-top: -64px;
  margin-left: 80px;
}

.button {
  display: inline-block;
  font-family: Prototype;
  text-decoration: none;
  text-align: center;
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin-left: 55px;
  border-radius: 20px;
  transform: perspective(500px) rotateX(45deg);
  border-top: 6px solid #bbb;
  border-left: 6px solid #bbb;
  border-right: 6px solid #666;
  border-bottom: 6px solid #666;
  background: linear-gradient(to bottom right, #fff, #bbb, #fff,#fff);
  box-shadow: 0 1px 1px 1px black, inset 0 2px 2px 1px #222;
  color: #222;
  font-size: 20px;
}

.button2 {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  font-family: Prototype;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 53px;
  line-height: 53px;
  border-radius: 40px 2px 2px 40px;
  border-top: 6px solid #bbb;
  border-left: 6px solid #bbb;
  border-right: 6px solid #666;
  border-bottom: 6px solid #666;
  background: linear-gradient(to bottom right, #fff, #bbb, #fff,#fff);
  margin-left: 726px;
  margin-top: 250px;
  box-shadow: 0 0 2px 1px black, inset 0 0 0px 1px #222;
  color: #222;
  font-size: 20px;
}

.button22 {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  font-family: Prototype;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 53px;
  line-height: 53px;
  border-radius: 40px 2px 2px 40px;
  border-top: 6px solid #bbb;
  border-left: 6px solid #bbb;
  border-right: 6px solid #666;
  border-bottom: 6px solid #666;
  background: linear-gradient(to bottom right, #fff, #bbb, #fff,#fff);
  margin-left: 726px;
  margin-top: 350px;
  box-shadow: 0 0 2px 1px black, inset 0 0 0px 1px #222;
  color: #222;
  font-size: 20px;
}

.button2:active {
  transform: translate(0,1px);
}

.button22:active {
  transform: translate(0,1px);
}

.button:hover, .button2:hover {
  filter: brightness(110%);
}


.btn-exclude {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  font-family: Prototype;
  position: absolute;
  height: 55px;
  width: 250px;
  padding-left: 15px;
  margin-top: 30px;
  margin-left: 20px;
  line-height: 25px;
  text-align: center;
  font-size: 22px;
  border-top: 2px solid #bbb;
  border-left: 2px solid #bbb;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  background: linear-gradient(to bottom right, #fff, #bbb, #fff,#fff);
  border-radius: 5px;
  box-shadow: 0 0 2px 1px black;
}



#nozzle {
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
  height: 25px;
  border-radius: 50px;
  border: 6px solid #444;
  border-bottom: 6px solid #888;
  border-right: 6px solid #888;
  background: black;
  margin-left: 290px;
  margin-top: 20px;
  box-shadow: 0 0 2px 1px black;
}

#note {
  transform: scaleY(0);
  transform-origin: top;
  font-family: Prototype;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 5px;
  min-height: 10px;
  font-size: 16px;
  width: 98%;
  background: linear-gradient(to bottom, #444 1%, #eee 5%);  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid black;
  transition: 0.2s;
  box-shadow: 0 10px 10px 2px black;
}

#combinations {
  display: inline-block;
  width: 88%;
  text-align: right;
  margin-bottom: 5px;
}

#sums {
  display: inline-block;
  width: 10%;
  text-align: center;
  margin-bottom: 5px;
}

#total {
  display: inline-block;
  width: 88%;
  border-top:1px solid black;
  text-align: right;
  line-height: 30px;
  font-size: 18px;
}

#total-sum {
  display: inline-block;
  width: 10%;
  border-top:1px solid black;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

#slot-display {
    background: #1b1b1b;
    background: -moz-linear-gradient(top, #1b1b1b 0%, #383838 8%, #3a3a3a 20%, #0a0a0a 47%, #010101 50%, #0d0d0d 54%, #444444 100%);
    background: -webkit-linear-gradient(top, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -o-linear-gradient(top, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: -ms-linear-gradient(top, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    background: linear-gradient(to bottom, #1b1b1b 0%,#383838 8%,#3a3a3a 20%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#444444 100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 16px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(255, 255, 255, 0.2), inset 0 -2px 15px #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #444;
    bottom: 10px;
    height: 28px;
    left: 50%;
    letter-spacing: 3px;
    line-height: 25px;
    margin-left: -135px;
    font-family: "Courier New", Courier, monospace;
    font-size: 18px;
    text-align: right;
    position: absolute;
    width: 271px;
    z-index: 2;
}

#chart_div {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-top: 30px;
  margin-left: 726px;
  border:6px solid red;
  position: absolute;
  z-index: 2;
  border-top: 10px solid #bbb;
  border-left: 10px solid #bbb;
  border-right: 10px solid #666;
  border-bottom: 10px solid #666;
  background: #eee;
  box-shadow: 0 0 2px 1px black;
}

#slot-display div {
    right: 10px;
    top: 1px;
}


#chart_div svg g text{
    font-size: 14px;
    font-family: Prototype;
}

#chart_div svg g g text {
    font-size: 30px;
    font-weight: bold;
    font-family: Prototype;
}

#slot-credits {
    color: #aaa;
    font-weight: bold;
    width: 50px;
}

#slot-zeros {
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
}

#slot-overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

#slot-overlay-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: 46%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

#slot-trigger {
    cursor: pointer;
    height: 85px;
    right: -125px;
    top: 590px;
    position: absolute;
    width: 37px;
    transform: scale(3);
}

#slot-trigger div {
    position: absolute;
    top: 0;
}

#slot-trigger .ring1 {
    background: #282828;
    background: -moz-linear-gradient(top, #282828 0%, #959595 14%, #d1d1d1 37%, #bababa 49%, #959595 67%, #212121 100%);
    background: -webkit-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
    background: -o-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
    background: -ms-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
    background: linear-gradient(to bottom, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    width: 8px;
    z-index: 2;
}

#slot-trigger .ring1 .shadow {
    background: -moz-linear-gradient(top,  rgba(149,149,149,0.2) 0%, rgba(13,13,13,0.18) 46%, rgba(1,1,1,0.18) 50%, rgba(10,10,10,0.18) 53%, rgba(78,78,78,0.17) 76%, rgba(56,56,56,0.16) 87%, rgba(27,27,27,0.15) 100%);
    background: -webkit-linear-gradient(top,  rgba(149,149,149,0.2) 0%,rgba(13,13,13,0.18) 46%,rgba(1,1,1,0.18) 50%,rgba(10,10,10,0.18) 53%,rgba(78,78,78,0.17) 76%,rgba(56,56,56,0.16) 87%,rgba(27,27,27,0.15) 100%);
    background: -o-linear-gradient(top,  rgba(149,149,149,0.2) 0%,rgba(13,13,13,0.18) 46%,rgba(1,1,1,0.18) 50%,rgba(10,10,10,0.18) 53%,rgba(78,78,78,0.17) 76%,rgba(56,56,56,0.16) 87%,rgba(27,27,27,0.15) 100%);
    background: -ms-linear-gradient(top,  rgba(149,149,149,0.2) 0%,rgba(13,13,13,0.18) 46%,rgba(1,1,1,0.18) 50%,rgba(10,10,10,0.18) 53%,rgba(78,78,78,0.17) 76%,rgba(56,56,56,0.16) 87%,rgba(27,27,27,0.15) 100%);
    background: linear-gradient(to bottom,  rgba(149,149,149,0.2) 0%,rgba(13,13,13,0.18) 46%,rgba(1,1,1,0.18) 50%,rgba(10,10,10,0.18) 53%,rgba(78,78,78,0.17) 76%,rgba(56,56,56,0.16) 87%,rgba(27,27,27,0.15) 100%);
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 1;
}

#slot-trigger .ring2 {
    background: #282828;
    background: -moz-linear-gradient(top, #282828 0%, #959595 14%, #d1d1d1 37%, #bababa 49%, #959595 67%, #212121 100%);
    background: -webkit-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
    background: -o-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
    background: -ms-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
    background: linear-gradient(to bottom, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    height: 80%;
    left: 8px;
    overflow: hidden;
    top: 10%;
    width: 10px;
    z-index: 1;
}

#slot-trigger .ring2 .shadow {
    background: -moz-linear-gradient(top,  rgba(149,149,149,0.15) 0%, rgba(13,13,13,0.15) 46%, rgba(1,1,1,0.15) 50%, rgba(10,10,10,0.15) 53%, rgba(78,78,78,0.15) 76%, rgba(56,56,56,0.15) 87%, rgba(27,27,27,0.15) 100%);
    background: -webkit-linear-gradient(top,  rgba(149,149,149,0.15) 0%,rgba(13,13,13,0.15) 46%,rgba(1,1,1,0.15) 50%,rgba(10,10,10,0.15) 53%,rgba(78,78,78,0.15) 76%,rgba(56,56,56,0.15) 87%,rgba(27,27,27,0.15) 100%);
    background: -o-linear-gradient(top,  rgba(149,149,149,0.15) 0%,rgba(13,13,13,0.15) 46%,rgba(1,1,1,0.15) 50%,rgba(10,10,10,0.15) 53%,rgba(78,78,78,0.15) 76%,rgba(56,56,56,0.15) 87%,rgba(27,27,27,0.15) 100%);
    background: -ms-linear-gradient(top,  rgba(149,149,149,0.15) 0%,rgba(13,13,13,0.15) 46%,rgba(1,1,1,0.15) 50%,rgba(10,10,10,0.15) 53%,rgba(78,78,78,0.15) 76%,rgba(56,56,56,0.15) 87%,rgba(27,27,27,0.15) 100%);
    background: linear-gradient(to bottom,  rgba(149,149,149,0.15) 0%,rgba(13,13,13,0.15) 46%,rgba(1,1,1,0.15) 50%,rgba(10,10,10,0.15) 53%,rgba(78,78,78,0.15) 76%,rgba(56,56,56,0.15) 87%,rgba(27,27,27,0.15) 100%);
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 1;
}

#slot-trigger .arm {
    background: #0d0d0d;
    background: -moz-linear-gradient(left, #0d0d0d 0%, #4e4e4e 47%, #383838 87%, #1b1b1b 100%);
    background: -webkit-linear-gradient(left, #0d0d0d 0%,#4e4e4e 47%,#383838 87%,#1b1b1b 100%);
    background: -o-linear-gradient(left, #0d0d0d 0%,#4e4e4e 47%,#383838 87%,#1b1b1b 100%);
    background: -ms-linear-gradient(left, #0d0d0d 0%,#4e4e4e 47%,#383838 87%,#1b1b1b 100%);
    background: linear-gradient(to right, #0d0d0d 0%,#4e4e4e 47%,#383838 87%,#1b1b1b 100%);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.8);
    height: 50%;
    left: 10px;
    top: -25px;
    width: 6px;
    z-index: 3;
    overflow: visible !important;
}

#slot-trigger .arm .knob {
    background: #ff6363;
    background: -moz-radial-gradient(center, ellipse cover, #cc3333 0%, #1a0000);
    background: -webkit-radial-gradient(center, ellipse cover, #cc3333 0%, #1a0000);
    background: -o-radial-gradient(center, ellipse cover, #cc3333 0%, #1a0000);
    background: -ms-radial-gradient(center, ellipse cover, #cc3333 0%, #1a0000);
    background: radial-gradient(ellipse, #cc3333 0%, #1a0000);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    height: 16px;
    left: -7px;
    top: -15px;
    width: 20px;
    z-index: 4;
}

#slot-trigger .arm-shadow {
    background: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    bottom: 66px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    height: 6px;
    left: 9px;
    top: auto;
    width: 8px;
    z-index: 2;
}

#slotTrigger.slotTriggerDown {
    background-position: 0px -17px;
}
#slotTrigger.slotTriggerDisabled {
    background-position: 0px -34px;
    display: none;
}
.slotSpinAnimation {
    display: none;
}

#slot-glaze-bottom {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(45%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 45%,rgba(255,255,255,0.1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 45%,rgba(255,255,255,0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 45%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 45%,rgba(255,255,255,0.1) 100%);
    bottom: 2px;
    border-radius: 0 0 5px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    left: 3px;
    height: 14px;
    position: absolute;
    width: 190px;
}

#slot-details {
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 1;
}

#slot-top {
    background: #444;
    border-radius: 10px 10px 0 0;
    border: 2px solid #444;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.8), inset 0 0 25px rgba(255, 255, 255, 0.2);
    height: 12px;
    left: 50%;
    margin-left: -98px;
    position: absolute;
    top: -3px;
    width: 996px;
}

#slot-bottom {
    background: #444;
    border-radius: 0 0 10px 10px;
    border: 2px solid #444;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.8), inset 0 0 25px rgba(255, 255, 255, 0.2);
    height: 12px;
    left: 50%;
    margin-left: -98px;
    position: absolute;
    bottom: -853px;
    width: 996px;
}
