#budget-pack  {
color: #222;
font: 0.8em Arial, Helvetica, sans-serif;
}

#budget-pack h1,
#budget-pack h2 {
font: 2em normal Arial, Helvetica, sans-serif;
margin: 0.5em 0;
}

#budget-pack #container {
margin: 0 auto;
padding:10px;
}

#budget-pack table#cart {
border-collapse: collapse;
margin-bottom: 1em;
width: 100%;
}

#budget-pack table#cart th {
background: #006b68;
color: #fff;
text-align: left;
white-space: nowrap;
}

#budget-pack table#cart th,
table#cart td {
padding: 5px 10px;
vertical-align:top;
width:25%;
}

#budget-pack table#cart .item_name {
width: 100%;
}

#budget-pack table#cart .quantity input {
text-align: center;
}

#budget-pack table#cart tr td {
background: #fff;
}

#budget-pack table#cart tr.odd td {
background: #eee;
}

#budget-pack .center {
text-align: center;
}