.table-cont {
	overflow: auto;
	margin-bottom: 32px;
	width: 100%;
}
.table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.table thead {
	background-color: #F8F8F8;
	font-family: Nanito-Sans-bold;
}
.table td,
.table th {
	border: 1px solid #E3E3E3;
	padding: 16px 24px;
}
.table td.cell-fixed,
.table th.cell-fixed {
	position: sticky;
	left: 0;
	text-align: center;
	border-right: 0px;
	outline: 1px solid #f0f0f0;
}
.table_sm {
	font-size: 14px;
}
.table_sm td,
.table_sm th {
	padding: 8px 24px;
}
.table_bg-even tr:nth-child(even) {
	background-color: #F8F8F8;
}
.table_ws-nowrap td,
.table_ws-nowrap th {
	white-space: nowrap;
}