
@media screen and (max-width: 767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: visible;
        border: 1px solid #DDD;
        min-height: .01%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        z-index: 1000;
    }
    .pagination{
        width: 100%;
    }
}

.td{
    max-width: 150px; overflow: hidden; text-overflow:ellipsis;
}

