.ella-product-table-wrapper {
	margin: 20px 0;
}

.ella-table-title {
	margin: 20px 0 15px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.ella-before-text,
.ella-after-text {
	margin: 15px 0;
}

.ella-table-scroll-wrapper {
	overflow-x: auto;
	overflow-y: visible;
	margin: 20px 0;
	-webkit-overflow-scrolling: touch;
}

.ella-product-table {
	width: auto;
	border-collapse: collapse;
	margin: 0;
	table-layout: auto;
	background-color: #fff;
}

.ella-product-table td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	padding: 8px 12px;
	text-align: center;
	vertical-align: middle;
	color: #1A1A1A;
	background-color: #fff;
	min-width: 100px;
	word-break: normal;
	overflow-wrap: break-word;
}

.ella-product-table tr:first-child td {
	font-weight: bold;
	color: #000000;
	background-color: #F8F8E1;
	border: none;
}

.ella-product-table tr:nth-child(2) td {
	border-top: none;
}

.ella-product-table tr:not(:first-child) {
	background-color: #fff;
}

