@charset "utf-8";

.table {
	border: none;
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
}

.table th,
.table caption {
	border: none;
	font-weight: 700;
	padding: 8px;
	text-align: left;
}

.table td {
	border: none;
	font-size: 14px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

