.highcharts-data-table table {
	border: 1px solid #EBEBEB;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-table-caption{
	display: none;
}
/*cod efor tbale scrollable*/
.scrollable-table-container {
    max-height: 300px; /* Set a maximum height for the table */
    overflow-x: auto;  /* Enable vertical scrollbar if needed */
}

/* Style for the table */
.highcharts-data-table {
    width: 100%;
    border-collapse: collapse;
     overflow-x: auto;
}

.highcharts-data-table th, .highcharts-data-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#container_institute {
    margin-left: 50px;
    margin-right: 50px;
}