
#price #section-price {
	border: none;
	padding: 0;
}

#price #section-price table {
	width: 100%;
	line-height: 1.5;
}

#price #section-price table thead th {
	border: 1px #d4d4d4 solid;
	background-color: #45cb87;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: normal;
}

#price #section-price table thead th.item {
	width: 90px;
}

#price #section-price table thead th.price {
	width: 110px;
}

#price #section-price table tbody th {
	border: 1px #d4d4d4 solid;
	background-color: #f0f2f3;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
}

#price #section-price table tbody td {
	border: 1px #d4d4d4 solid;
	padding: 10px;
}

#price #section-price table tbody td.price {
	text-align: right;
}