



thead {
	border-bottom: 1px solid $grey--light;

	td, th {
		background: transparent;
	}
}

tfoot {
	border-top: 1px solid $grey--light;
}

tr {
	background: transparent;
	border-top: 1px solid $grey--light;

	&:nth-child(even) {
		background: transparent;
	}

}

td, th {
	padding: 1em;
}

th {
	background: transparent;
}

td {
	vertical-align: middle;
}
