.table2 {
font-family: Roboto, Cuprum, Sans-Serif;
font-size: 14px;
border-radius: 10px;
border-spacing: 0;
text-align: left;
}
.table2 thead {
background: #e0e0e0; /* #BCEBDD; */
color: /* #33638B; */ #0066CC;
/* text-shadow: 0 1px 1px #2D2020; */ /* #2D2020; */
/*padding: 10px 20px;*/
padding: 3px 5px;
}

.table2  thead {
position: sticky; 
position: -webkit-sticky;
top: 0;
}

.table2  thead {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #e0e0e0;
}

.table2 td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #e0e0e0;
}

.table2 thead:first-child {
text-align: left;
}

.table2  td:first-child {
text-align: left;
}
/*
.table2  thead:first-child {
border-top-left-radius: 10px;
}
.table2 thead:last-child {
border-top-right-radius: 10px;
border-right: none;
}
*/
.table2 td {
/*padding: 10px 20px;*/
padding: 3px 5px;
background: white; /* #cd853f; */ /* #eeeeee; */ /*	F8E391; */
}
/*
.table2 tr:first-child td:first-child {
border-radius: 10px 0 0 0;
}

.table2 tr:first-child td:last-child {
border-radius: 0 10px 0 0;
}
*/


.table2 tr:last-child td:first-child {
border-radius: 0 0 0 10px;
}

.table2 tr:last-child td:last-child {
border-radius: 0 0 10px 0;
}

.table2 tr td:last-child {
border-right: none;
}



	
