table a {
	color: rgb(156,64,93);
	font-size: 14px;
	font-weight: bold;
}

.tablepress {
	margin-bottom: 1em;
	margin-top: 1em;
	width: 100%;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: rgb(156,64,93);
	color: rgb(255,255,255);
	font-family: "Lato-Regular";
	font-size: 14px;
	padding: 12px 8px;
	vertical-align: middle;
}

.tablepress td,
.tablepress th {
	border: 1px solid rgb(125,32,61);
	font-family: lato-regular;
	font-size: 14px;
	line-height: 24px;
	padding: 9px;
	text-align: left;
}

.name {
	color: rgb(156,64,93);
	font-family: "Lato-Regular";
	font-weight: bold;
}