.tblind {
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    border-collapse: collapse;
    background-color: white;
    width: 100%;
}


.tblind td{
	padding: 10px;
	border: 1px solid #d6d6d6;
    text-align: center;
}

.hhh{
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
}

.tblind th {
    font-weight: bold;
    background: #efefef;
}

.table-container{
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
}
 
.table-header td {
    background-color: #f0f0f0;
    text-transform: uppercase;
    min-height: 50px;
}

.table-row td {
    width: auto;
    height: auto;
    min-height: 50px;
}

.table-row{
    transition-duration: 1s;
    cursor: pointer;
}

.table-row:hover{
    background-color: #f0f0f0;
    cursor: pointer;
}

.numeric-data{
	text-align: center;
	font-weight: bold;
    font-size: 13pt;
}

.numeric-data-b{
	text-align: center;
}
.no-data{
	text-align: center;
	color: grey;
}


.table-header{
    text-align: center;
}