table {
	width: 100%;
  font-size: 80%;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px solid black;
}
.tbl td {
	padding: 10px;
}
.tbl td:nth-child(1) {
	text-align: right;
	width: 30px;
}

.tbl-products td:nth-child(2) {
	width: 240px;
}
.tbl-products td:nth-child(2) img {
	width: 220px;
}

.tbl-products-price td {
	padding: 5px 10px;
}