Edit in JSFiddle

table{
    width:100%;
    table-layout: fixed;
    padding:0 5%;
}
td{
    background:#333;
    color:#fff;
}