/* @override http://magentaink.co.uk.local/sites/magentaink.co.uk/resources/css/shop.css */

table.basket {
	margin-bottom: 1em;
	width: 100%;
}

table.basket thead, table.basket tfoot {
	text-align: left;
	color: #000;
	font-weight: bold;
}

table.basket tr th, table.basket tr td {
	padding: 15px;
}

table.basket td, table.basket th {
	border-bottom: 1px solid #ccc;
}

table.basket .quantity {
	text-align: center;
	width: 100px;
}

table.basket .quantity input {
	width: 50px;
	text-align: center;
}

table.basket .price {
	text-align: right;
	min-width: 50px;
	white-space: nowrap;
}

table.basket .remove {
	text-align: center;
}

