td.data {
 width: 150px;
 border:1px solid green;
}
table.listing {
 width:100%;
}
table.listing tr {
 border-bottom: 3px solid green;
}
table.listing td {
 padding:5px 3px 5px 0;
 width:50%;
 border:1px solid blue;
}

