#toggle-button {
    width: 500px;
}

#buttons-recursive-model {
    margin-top: 20px;
    margin-bottom: 20px;
}

#plusButton {
    width: 50px;
}

#minusButton {
    width: 50px;
}

.hidden {
    display: none;
}