body {
    font: 'Calibri', sans-serif;
}

.blue-title {
    color: #2E74B5;
}

a {
    text-decoration: none;
    color: #2E74B5;
}

a:hover {
    background: #dae3eb;
    color: #2d567d;
}

.temp {
    color: rgb(176, 42, 55);
    --bs-table-hover-color: rgb(176, 42, 55);
}

.office {
    --bs-table-bg: #e77500;
    --bs-table-hover-bg: #f58025;
}


td {
    position: relative;
    padding: 5px 10px;
}

tr.canceled td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}
