.dominoHolder {
        position: absolute;
        top: 0;
        left: 0;
}

.dominoMoveCycle {
        box-shadow: none;
}

.square {
        position: absolute;
        width: 23px;
        height: 23px;
        margin-left: 3.5px;
        margin-top: 3.5px;
}

.squareHighlighted1 {
        background-color: rgba(187, 255, 187, 0.7);
}

.squareHighlighted2 {
        background-color: rgba(187, 187, 255, 0.7);
}

.floater {
        float: left;
}
