.table {
	width: 95%;
}

.tbtext {
	font-size: var(--font-size-normal);
	text-align: left;
	color: var(--normal-text);
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 0;
	font-weight: 400;
}

.table td {
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
}

.table th {
	background-color: white;
	font-weight: lighter;
	font-size: 18px;
	border-bottom: none !important;
}

.table .custom-table-header {
	background-color: darkslategray;
	color: white;
	height: 30px;
	border-bottom: none !important;
	cursor: pointer;
}

.table tbody {
	border-width: 0px !important;
}

.tr:nth-child(even) {
	background-color: var(--white);
}

.tr:nth-child(odd) {
	background-color: var(--cream-blue);
}