/**
* Tables
*
*/
.nf-table-wrap {
	max-width:	100%;
	overflow-x:	auto;
}
.nf-table {
	--nf-borders-width:	1px;
	width:				100%;
	border-spacing:		0;
}
.nf-table thead {
	color: white;
}
.nf-table th,
.nf-table td {
	padding:		10px;
	border-color:	#e3e3e3;
	border-style:	solid;
	border-width:	0px var( --nf-borders-width );
	vertical-align:	middle;
	text-align:		left;
}
.nf-table thead th:first-of-type,
.nf-table thead td:first-of-type {
	border-left-color: var( --nf-secondary );
}
.nf-table thead th:last-of-type,
.nf-table thead td:last-of-type {
	border-color: var( --nf-secondary );
}
.nf-table tbody th,
.nf-table tbody td {
	border-width: 0px var( --nf-borders-width ) var( --nf-borders-width ) var( --nf-borders-width );
}

/* .nf-table th,
.nf-table td:last-of-type {
	border-width: 0 1px 0px 0;
} */
