/* Legal page tables (terms, privacy, etc.) */
.wrap table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 28px;
	font-size: 15px;
	line-height: 1.6;
}

.wrap table th,
.wrap table td {
	border: 1px solid #d9cfc4;
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
	color: #6b5e55;
}

.wrap table thead th,
.wrap table tr:first-child th,
.wrap table tr:first-child td {
	text-align: left;
	font-weight: 700;
	color: #1b1410;
	background: #fff7ed;
}

.wrap table tbody th {
	text-align: left;
	font-weight: 700;
	color: #1b1410;
	background: #fff;
}

@media (max-width: 600px) {
	.wrap table {
		font-size: 14px;
	}

	.wrap table th,
	.wrap table td {
		padding: 10px 12px;
	}
}
