#priceTable table {
	border-style: solid;
	border-color: black;
	width: 75%;
	margin: auto;
}
#priceTable table th {
	border-left: 1px solid black;
}

#priceTable table th:first-child {
	border-left: none;
}

#priceTable table td {
	border: 1px solid black;
	
}

.tableList {
	font-size: 11px;
}