.item-name {
    width: 70%;
}

.table-cart tfoot tr td {
    border: none;
}

.table-cart tfoot > tr:first-child td:last-child {
    border-top: 1px solid #ccc;
}

.table-cart tfoot > tr:last-child td:last-child {
    border-top: 1px solid #888;
    border-bottom: 3px double #888;
}

h2 + .btn-default {
    margin-top: 20px;
	background-color:rgba(1,17,92,1.00);
	color:rgba(255,255,255,1.00);
}
legend { border-width: 0px 0px 3px !important; border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color #000 !important; }

.btn-primary {
    font-size: 1.7em;
}

.table-cart small {
  color: #888;
}
