.table-responsive {
	overflow-x: auto;
	margin:0 0 20px;
}
.kg-table {
	min-width: 100%;
	border-collapse: collapse;
}

.kg-table thead, .kg-table tbody {
	border-bottom: solid 1px #ddd;
}

.kg-table thead th, .kg-table tbody td {
	padding: 10px 5px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}

.kg-table thead th {
	color:var(--colorPrincipal);
	font-size: 16px;
}

.kg-table tbody td {
	color:#444;
	font-size: 15px;
}