#board {
    position: relative;
}

#pointer {
    position: absolute;
    top: -5px;
    left: 105px;
    z-index: 1;
}

#wheel {
    transform: rotate(355deg);
}

.buttons {
    width: 50px;
    height: 50px;
    border: solid black 1px;
    margin-right: 0px;
    text-align: center;
    display: none;
    font-size: 20px;
    line-height: 50px;
}

.disabled {
    opacity: .5;
}

.underscores {
    border:solid black 1px;
    background-color: blue;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    margin-bottom: 10px;
    color: white;
}
