

div.headlines{
    margin-top:20px;
    margin-bottom:10px;
}

table.table {
    margin-bottom:5px;
}

table th, table td {
    text-align:center;
    vertical-align:middle;
}

table.table-hover:hover {
    --bs-table-hover-bg:var(--bs-primary-shade);
}

thead {
    border-bottom:2px solid currentcolor
}

div.light, table span.light, table td.light {
    color:lightgray;
}

table td a {
    color:var(--bs-table-color);
    text-decoration: none;
}

table td a:hover {
    color:var(--bs-primary);
}

.minibadge-blue {
    background-color:var(--bs-primary) !important;
    color:white !important;
}
