/**
 * Table
 */
.px2-table{
	color: $darkmode-text-color;

	th,
	td {
		border-color: #666;
		background: $darkmode-background-color;
	}

	th {
		background: #191919;
	}

	thead th,
	tfoot th {
		background: #111;
	}

	thead td,
	tfoot td {
		background: #111;
	}
}
