table.cart {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	background-color: #CC9999;
}

table.cart td, table.cart th {
	border: 1px solid black;
}

table.cart input, table.cart button, table.cart select, table.cart textarea {
	border: #201e1d 1px solid;
}

table.cart td.center {
	text-align: center;
}

table.cart td.center input {
	text-align: center;
}

div.cart {
	margin-left: 200px;
	margin-top: 50px;
	text-align: center;
}


