form.shopping
{ display: table;
  margin-left: auto; margin-right: auto; 
}

form.shopping > p
{ text-align: right }

table#cart
{  background-color: #f0f0f0; 
   border-radius: 15px; 
   border-collapse: collapse
}

table#cart td, table#cart th { padding: 5px; }

table#cart > thead > tr { color:#fc0;  }

table#cart > thead > tr > th { border-bottom: thin solid black  }

table#cart > tbody  { text-align: right }

table#cart > tbody td.center { text-align:center }
