

#binero_grid {
    background-color: rgba(155, 155, 155, 1);
}

.js_binero_cell_item,
.win_message {
    background: rgba(255, 255, 255, 1);
}

.js_binero_cell_item {
    color: rgba(255, 255, 255, 1);
}

.js_binero_cell_item.js_cell_no_change {
    background: rgba(0, 0, 0, 1);
}

.js_binero_cell_item.js__0__ {
    background: rgba(100, 200, 10, 1);
}

.js_binero_cell_item.js__1__ {
    background: rgba(200, 200, 10, 1);
}

.js_binero_cell_item.js_binero_cell_error {
    border: 2px solid red;
}

.binero_btn {
    background-color: rgba(155, 155, 155, 1);
}

.btn_select_level.btn_active {
    background-color: rgba(220, 220, 220, 1);
}

.win_message_conatiner {
    background-color: rgba(0, 0, 0, .5);
}