.heyrovsky-table-striped caption {
    background-color: #0a74b7;
    font-weight: 400 !important;
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
}
.heyrovsky-table-striped thead, .heyrovsky-table-striped th {
    background-color: #0a74b7;
    font-weight: 400 !important;
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
}
.heyrovsky-table-striped > tbody > tr {
    vertical-align: middle;
    height: 50px;
}
.heyrovsky-table-striped > tbody > tr:nth-of-type(odd) {
    vertical-align: middle;
    height: 50px;
    background-color: #eeeeee;
}

.heyrovsky-table-striped>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: none;
}
.tablePeopleHeader {
  background-color: #0a74b7;
  font-weight: 400 !important;
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
}
