#woocommerce-price_table th {
	padding-top: 4px;
	padding-bottom: 4px;
}
#woocommerce-price_table th:first-child { width: 61%; }
#woocommerce-price_table th:last-child {
	width: 50px;
	text-align: right;
}
#woocommerce-price_table input[type="number"] {
	width: 70px;
	float: right;
}
.product-table, .totals-table, .cart-table {
	width: 100%;
	float: left;
	clear: both;
}

.product-table table { width: 100%; }
.totals-table table { width: 39%; float: right; }
.totals-table table .subtotal,
.totals-table table .tax,
.totals-table table .total { text-align: right; }
.cart-table table { width: 39%; float: right; }