@CHARSET "UTF-8";

@media screen and (max-width: 768px){
    .shop-list a {
        position: relative!important;
        right: auto!important;
        display: inline-block;
        width: 32%;
        font-size: small;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
    }
    .shop-list h3 {
        display: block!important;
    }
    .table-responsive {
        overflow-x: scroll;
    }
    .table-responsive .dataTables_wrapper {
        min-width: 880px;
    }
}
