body {
    --color: black;
}

header {
    background: #465E8C;
    color: white;
}

header a {
    color: white;
    text-shadow: 1px 1px 2px rgb(50, 50, 50);
    font-weight: bold;
}

header a:hover {
    color: white;
}

table.no-top-border tr th {
    border-top: 0;
}

.location-campaign-starts {
    background-color: #26A69A;
}

.location-campaign-ends {
    background-color: #F50057;
}

.x-small {
    font-size: 0.6em;
}

.table .table-sticky-thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 20;
    border-top: 0;
}

.table-sticky-col-th {
    position: sticky;
    left: 0;
    background: white;
}