.dtt-table-wrap {
	margin: 1em 0 1.5em;
	padding: 12px 16px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 8px;
}

.dtt-table-title {
	margin: 0 0 .6em;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.dtt-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.dtt-table th,
.dtt-table td {
	padding: 6px 0;
	border: 0;
	text-align: left;
	font-weight: 400;
}

.dtt-table td {
	text-align: right;
}

.dtt-table tr + tr th,
.dtt-table tr + tr td {
	border-top: 1px dashed rgba(0, 0, 0, .12);
}

.dtt-table-note {
	margin: .6em 0 0;
	font-size: .85em;
	opacity: .7;
}

.dtt-original {
	opacity: .6;
}

.dtt-price {
	text-decoration: none;
	font-weight: 600;
}

.dtt-badge {
	display: inline-block;
	margin-left: 4px;
	padding: 1px 6px;
	border-radius: 4px;
	background: #2f7d32;
	color: #fff;
	font-size: .8em;
	line-height: 1.6;
	white-space: nowrap;
}
