.table-uprform {
    border: 1px solid #000;
    width: 100%;
}

.table-uprform .h1 {
    text-align: center;
    font-weight: bold;
    background-color: #057C85;
    color: white;
}

.table-uprform select {
    width: 100%;
    text-align: center;
}

.table-uprform td {
    border: 1px solid #000;
    padding: 2px;
}

.table-uprform td:nth-child(1) {
    width: 200px;
}

.table-uprform td:nth-child(3) {
    width: 40px;
    text-align: center;
}

.table-uprform td.n {
    text-align: center;
}

.table-uprform td.t, .total {
    width: 40px;
    text-align: right;
}

.table-uprform td small.numeroadh {
    display: none;
}

.table-uprform-liste {
    border: 1px solid #000;
    width: 100%;
}

.table-uprform-liste input {
    width: 100%;
    box-sizing: border-box;
}

.table-uprform-liste th:nth-child(1) {
    width: 30px;
}

.table-uprform-liste td:nth-child(1) {
    text-align: center;
}

.uprform-alert {
    text-align: center;
    background-color: #Faa;
    border: #F00;
    padding: 5px;
    margin: 5px 0;
}
