 @charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto);
/* @import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One); */

* {
  font-family: 'Roboto', sans-serif;
}


.btn-group-justified {
  margin: 0 auto;
}

h1 {
  text-align: center;
  padding-bottom: 25px;
}

.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

a{
  color: #ccd500;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
  color: #a9b119;
}

.slotMachine .slot{
  height:199px;
  background-position-x: 55%;
  background-repeat: no-repeat;
}


/*
 * SlotMachine
 */
#randomize {
  bborder-bottom: 10px solid rgb(72, 158, 48);
  background-color: black;
  bborder-top: 20px dashed #black;
}

#randomize .row > div.col-sm-8 > div {
  padding: 1px;
  width: 111px;
  height: 140px;
  background: white;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

#randomize .row > div.col-xs-8 > div {
  padding-top: 1px;
  padding-left: 111px;
  width: 222px;
  height: 222px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}

.randomizeMachine {
  width: 200px;
  height:200px;
}

#randomize .btn-group {
  margin-top: 30px;
  width: auto;
  margin-bottom: 15px;
}

.machineResult {
  color: #fff;
  text-align: center;
  font-weight: 900;
  height: 50px !important;
  background: transparent !important;
  font-size: 18px;
  padding: 10px !important;
}


#textMachine {
  width:420px;
  height: 67px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
}

