﻿@media (max-width : 1205px){
    .client-price-wrapper{
        width: 62em !important;
    }
}
@media (min-width : 1000px) {
    .table-staff {
        width: 100%;
    }
}

@media (max-width : 1000px) {
    .response-form {
        width: 70%;
    }

    .table-staff {
        width: 100%;
    }
}

@media (max-width : 800px) {
    .response-form {
        width: 80%;
    }

    .table-staff {
        width: 100%;
        word-break: break-all;
    }

    .client-price-wrapper{
        width:100% !important;
    }
}

/* Smartphones */
@media (max-width : 600px) {
    .info-wrapper {
        width: 95%;
    }

    .response-form {
        width: 80%;
    }


    .form-submit-button-wrapper {
        width: 50%;
    }

    .table-staff {
        width: 100%;
        word-break: break-all;
    }
}
