/* ==============================
   RESPONSIVE ADMIN
============================== */

/* Tablet */
@media (max-width: 992px){

    .table{
        font-size:14px;
    }

    .btn{
        margin-bottom:5px;
    }

    img.img-thumbnail{
        max-width:90px;
        height:auto;
    }

}

/* HP */
@media (max-width:768px){

    h2{
        font-size:26px;
    }

    .table{
        font-size:13px;
    }

    .table-responsive{
        overflow-x:auto;
    }

    .btn{
        width:100%;
        margin-bottom:8px;
    }

    .card{
        margin-bottom:15px;
    }

}

