
/* Media Queries
----------------------------------------------------------------------------- */

@media 
only screen and (max-width: 760px) {

    div.wpforms-container-full.wpforms-mobile-full {
        margin-left: inherit;
        margin-right: inherit;
    }
 
    .wpforms-field-likert_scale table, 
    .wpforms-field-likert_scale thead, 
    .wpforms-field-likert_scale tbody,
    .wpforms-field-likert_scale th, 
    .wpforms-field-likert_scale td, 
    .wpforms-field-likert_scale tr {
        display: block !important;
    }
        
    .wpforms-field-likert_scale th {
        padding-left: 6px !important;
        font-weight: bold !important;
    }
    
    .wpforms-field-likert_scale thead tr {
        position: absolute !important;
        top: -9999px;
        left: -9999px;
    }
    
    .wpforms-field-likert_scale tr {
        border: 1px solid #ccc !important;
    }
    
    .wpforms-field-likert_scale td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative !important;
    }

    .wpforms-field-likert_scale td label {
        width: 20% !important;
        margin-left: auto !important;
    }
    
    .wpforms-field-likert_scale td span.custom-wp-span {
        position: absolute !important;
        top: 9px !important;
        left: 6px !important;
        width: 80% !important;
        text-align: start;
        padding-right: 10px !important;
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
  
    
}