.prices-content table {
	width: 100%;
	table-layout: fixed;
}

.prices-content table th {
	border-bottom: 1px solid #E4E8EB;
}

.prices-content table td {
	text-align: center;
	border-bottom: 1px solid #E4E8EB;
	border-left: 1px solid #E4E8EB;
}

.prices-content table td:first-child {
	border-left: 0;
}

.last-tr td {
	border-bottom: 0 !important;
}

.prices-content table img {
	vertical-align: middle;
}