.listtable {
	border-collapse: collapse;
	border: 1px solid #686868;
	background: #fefadd;
	font-size: 0.6875rem;
	padding: 0.45rem;

	background: #f6f7f9;
}

.listtable th {
	border-collapse: collapse;
	border: 1px solid #686868;
	font-size: 0.95rem;
	line-height: 1.35em;
	color: #4b5460;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	background: #ecd48e;
	padding: 0.45rem;

	background: #dbdcdf;
	color: #000;
}

.listtable td {
	border-collapse: collapse;
	border: 1px solid #686868;
	font-size: 0.95rem;
	line-height: 1.35em;
	color: #4b5460;
	padding: 0.45rem;
	text-align: left;
}

.listtable td p {
	border-collapse: collapse;
	border: 0px solid #686868;
	font-size: 0.95rem;
	line-height: 1.35em;
	color: #4b5460;
}

tr.listtable2 > td,
td.listtable2 {
	background: #ececed;
}

/*
td.listtable2,
.listtable > tr:nth-child(2n),
.listtable > tbody > tr:nth-child(2n),
.listtable > thead > tr:nth-child(2n) {
	background: #ececed;
}
*/
