table.products {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;

}

table.products .right {
    text-align: right;
}


table.products thead tr {
    border-bottom: 1px solid #ccc;
}

table.products tr:not(:first-child) {
    border-top: 1px solid #ccc;
}

table.products thead th {
    text-align: left;
}

table.products tfoot tr {
    border-top: 1px solid #ccc;
}