/* LH Guideline Table — base layout. Colours/typography come from widget controls. */
.lh-gt-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 14px;
	border: 1px solid rgba(12, 56, 38, 0.12);
}
.lh-gt {
	width: 100%;
	border-collapse: collapse;
	min-width: 520px;
	margin: 0;
}
.lh-gt th,
.lh-gt td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(12, 56, 38, 0.08);
}
.lh-gt tbody tr:last-child td {
	border-bottom: none;
}
