@media (max-width: 767px) {

    /*menu*/

    /*order*/

    label {
        font-weight: 600;
    }

    .input-group .form-control, .form-control, textarea {
         height: 32px;
        font-size: 13px;
    }
    table th {
        background-color: white;
        color: black;
        font-weight: 500;

    }
    .panel .table td, .panel .table th{
        padding: 8px 4px;
    }
}
