@charset "utf-8";

/*
 * SlotMachine
 */
#randomize {
    /*height: 400px;*/
    /*background-color: #EB6B56;*/
}

#randomize .row:not(.selectionRow) > div.col-sm-4 {
    /*padding-left: 35px;*/
    /*overflow: hidden;*/
}

#randomize .randomizeMachineContainer {
    padding-top: 25px;
    padding-left: 25px;
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    margin: .5em auto;
    line-height: 100px;
    color: black;
    overflow: hidden;
}

.randomizeMachine {
    width: 100px;
    height: 100px;
}

.randomizeMachine .slotMachineContainer div {
    /*font-size: 1.1em;*/
    font-weight: bold;
}

.btn-group-randomize {
    margin: 0 auto;
    margin-top: 30px;
    width: auto;
}

.btn-group-randomize div {
    width: auto !important;
}

.machineResult {
    color: #fff;
    text-align: center;
    font-weight: 900;
}

.slotMachine .slot {
    height: 100px;
    background-position-x: 55%;
    background-repeat: no-repeat;
}