body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f4f4f4;
}

header {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-left: 5px solid #2c3e50;
}

h1 {
    margin: 0;
    color: #2c3e50;
}

h2 {
    color: #2c3e50;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-top: 30px;
}

h3 {
    color: #34495e;
    margin-top: 25px;
}

section {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 0.95em;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

th {
    width: 30%;
    font-weight: 600;
    color: #555;
}

/* TOC Styles */
.toc {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}

.toc h2 {
    margin-top: 0;
    font-size: 1.2em;
    border-bottom: none;
}

.toc ul {
    list-style-type: none;
    padding-left: 0;
}

.toc ul ul {
    padding-left: 20px;
}

.toc a {
    text-decoration: none;
    color: #0066cc;
}

.toc a:hover {
    text-decoration: underline;
}

/* Step Numbers */
.step-number {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #2c3e50;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-weight: bold;
}

/* Boxes */
.info-box,
.warning-box {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.info-box {
    background-color: #e3f2fd;
    border-left: 5px solid #2196F3;
    color: #0d47a1;
}

.warning-box {
    background-color: #ffebee;
    /* Red tint */
    border: 1px solid #c62828;
    /* Red border */
    color: #b71c1c;
    /* Dark red text */
    font-weight: bold;
}

/* Updated Badges */
.profile-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #333;
}

.badge-ontwerper {
    background-color: #ff9735;
    color: #fff;
    border: 1px solid #e68a00;
}

.badge-technicus {
    background-color: #2d5684;
    color: #fff;
    border: 1px solid #1a3c61;
}

.badge-basis,
.betreft-item.basis {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

footer {
    text-align: center;
    margin-top: 50px;
    font-size: 0.8em;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

/* Row Coloring - White */
tr.row-algemeen,
tr.row-ontwerper,
tr.row-technicus {
    background-color: #fff;
}

tr.row-algemeen:hover,
tr.row-ontwerper:hover,
tr.row-technicus:hover {
    background-color: #f9f9f9;
}