/* Update table step 3 */
.form-step3 .table th, .form-step3 .table td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.form-step3 .table { margin-bottom: 0px; }

.groupBtnUpdate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
}
.groupBtnUpdate .btn {
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (max-width: 800px) {
    .form-step3 .table th, .form-step3 .table td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .groupBtnUpdate {
        margin-bottom: 0.1rem!important;
        margin-top: 0.1rem!important;
    }
    #updateSoftware .card-body {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
    .step-title { font-size: 1.5rem; }
}