body {
	font-size:12px;
}
h2 {
	font-size:20px;
	margin-top:15px;
}
table th, table td {
	text-align:right;
}
table th:first-child, table td:first-child {
	text-align:left;
}

.filled {
	color:silver;
}
.not-filled .fa-shopping-cart {
	color:green;
}
.not-filled .fa-cart-plus {
	color:red;
}

fas fa-shopping-cart

@media (min-width: 576px) {	
	body {
		font-size:14px;
	}	
}