

@media (max-width: 480px){
.table-bordered, .table-bordered td, .table-bordered th, table, table td, table th {
    border: 1px solid #e6e6e6;
    min-width: 0px !important;
}
}