table.cart td h3,
table.cart td .subtitle {
    margin-bottom: 0 !important;
}


table.cart td:not(:last-child),
table.cart th:not(:last-child){
    padding-right: 10px;
}


.btn-toolbar{
    float: right;
}

#CartForm_CartForm input.action{
    margin-right: 0;
}

table thead td,
table thead th{
    background: #003399;
    color:#fff;
    padding: 15px;
}


table tbody td,
table tfoot th:not(:empty),
table tfoot td:not(:empty){
    border-bottom: 1px solid #ddd;
}