tr.data_1 { background-color: #ffffff; }
tr.data_2 { background-color: #eaeaea; }
tr.data_1.data_highlight { background-color: #cceaff; }
tr.data_2.data_highlight { background-color: #c5e5fb; }

table.vtgdb_list td.data { text-align: center; }

table.vtgdb_list tr.selected { background-color: yellow; }

.data_number {text-align: right;}

table.vtgdb_list tr.inactive { color: #cccccc; }

/* vtgdb-striped */
table.vtgdb-striped tbody tr:nth-child(even) {
    background-color: #cccccc;
}
table.vtgdb-striped tbody tr:nth-child(odd) {
    background-color: #efefef;
}
table.vtgdb-striped tbody tr:hover {
    background-color: #afafaf;
}
table.vtgdb-striped tbody tr:hover input {
    background-color: #efefef;
}

/** fixed header **/
table.vtgdb_list thead {
    position: sticky;
    top: 0px;
    border-right: 1px solid #0a94e3 !important;
}
table.vtgdb_list thead th {
    height: 42px;
}

