

table.products {
    width: 100%;
}
table.products td {
    vertical-align: top;
}
table.products td.name {
    width: 120px;
    background-color: #f7c621;
    padding: 5px;
    font-weight: bold;
}
table.products td.value {
    background-color: #e5e5e5;
    padding: 5px;
}
