﻿
/* ========== opmaak van de tabel ========== */

table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 45, 71, 0.5);
}

th, td {
    border: 1px solid rgb(0, 45,71);
    text-align: left;
    padding: 8px;
}

th {
    background-color: rgb(0,45,71);
    color: white;
    border-right:1px solid white;
}

th:last-child {
        border-right: 0;
}

/* ========== blauwe vlak voor veranderingen in PSCC Instructions & PSCirculars =========== */

.blue {
    border: 1px solid rgb(0, 45,71);
    background-color: rgba(0, 45, 71,0.4);
    color: white;
    padding: 0 5px 0 5px;
    box-shadow: 0 2px 4px rgba(0, 45, 71, 0.5);
}

