.tablescroll {
    text-align: center;
}

.tablescroll_head thead th {
    border-bottom-width: 2px;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border: 1px solid #dee2e6;
    text-align: inherit;
    color: white;
    background-color: #8dc63f;
}

.tablescroll_body tbody td {
    border: 1px solid #dee2e6;
    vertical-align: top;
}

.tablescroll_body tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
