@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    .content {
        margin-top: 4rem;
        margin-bottom: 4rem;
        padding: 0px 1rem;
    }

    .header-left {
        flex-direction: row;
    }

    .header-right ul {
        justify-content: center;
    }

    .table {
        overflow: auto;
    }

    .table-inner {
        min-width: 640px;
    }

    .modal {
        padding: 0px 15px;
    }

    .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {

}


/* iPad and Tablests Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

/* Laptops */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {


}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {



}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {


}