.table-responsive {
    width: 100%;
    overflow-x: auto;
}
table {
    border: 1px solid #333;
    tr {
        vertical-align: text-top;
        th,
        td {
            padding: 5px;
        }    
    } 
}