#chooseNumber>div:first-of-type {
    margin: 10px auto;
    overflow-x: auto;
    /*flex-wrap: nowrap;*/
    text-align: center;
    justify-content: center;
}
#chooseNumber input[type='text'] {
    max-width: 35px;
    min-width: 25px;
    text-align: center;
    margin-right: 4px;
    padding: 0;

}

#searchNumber {
    margin: 3px auto;
    display: inherit;
}

#resultSearch p {
    text-align: center;
    margin: 10px auto;
}

#resultTable td, #resultTable th {
    text-align: center;
    direction: ltr;
    min-width: 90px;
}

#resultTable td:first-of-type, #resultTable th:first-of-type {
    min-width: 140px;
}