/* ECharts Builder — estilos de frontend */

.ecb-chart {
	margin: 0 auto;
	max-width: 100%;
}

.ecb-chart-table {
	overflow-x: auto;
}

.ecb-table-title {
	text-align: center;
	margin: 0 0 1em;
}

.ecb-html-table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}

.ecb-html-table th,
.ecb-html-table td {
	border: 1px solid #e0e0e0;
	padding: 10px 14px;
	text-align: left;
}

.ecb-html-table thead th {
	background: #f5f6f8;
	font-weight: 600;
}

.ecb-html-table tbody tr:nth-child(even) {
	background: #fafbfc;
}

.ecb-html-table tbody th {
	font-weight: 600;
	background: #fafbfc;
}
