
.id-increases tbody tr:not(:first-child)  td:not(:first-child) {
    text-align: right;
}

.id-increases tbody tr:not(:first-child) td:first-child {
    border-right: none;
}
.id-increases tbody tr:not(:first-child) td:nth-child(2) {
    border-left: none;
}

.id-increases tbody tr:first-child td:nth-child(4),
.id-increases tbody tr:first-child td:nth-child(6),
.id-increases tbody tr:first-child td:nth-child(8),
.id-increases tbody tr:first-child td:nth-child(10) {
    text-align: right;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.id-increases tr > *:first-child {
    white-space: nowrap;
}

.id-increases thead th,
.id-increases thead td {
    font-size: 1.2em;
}

.id-increases th,
.id-increases td {
    font-size: 1.4em;
}


.id-pensionfund tbody tr:nth-child(n+3){
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
/* HIGHLIGHT */

.highlight {
    display: block;
    overflow: hidden;
    padding: 2em;
    margin: 4em 0;
    background-color: #EEE;
}

.dark-mode .highlight {
    background-color: #111;
}

.highlight>*:first-child {
    margin-top: 0 !important;
}

.highlight>*:last-child {
    margin-bottom: 0 !important;
}

/* AMBITION HIGHLIGHTS */

.highlight.financially-secure,
.highlight.healthy-and-well,
.highlight.connected-to-jobs,
.highlight.part-of-strong-communities,
.highlight.targeting-support {
    padding-left: 10em;
    position: relative;
}

.highlight.financially-secure.h3,
.highlight.healthy-and-well.h3,
.highlight.connected-to-jobs.h3,
.highlight.part-of-strong-communities.h3,
.highlight.targeting-support.h3 {
    padding-left: 8em;
}

.highlight.financially-secure::before,
.highlight.healthy-and-well::before,
.highlight.connected-to-jobs::before,
.highlight.part-of-strong-communities::before,
.highlight.targeting-support::before {
    content: '';
    font-size: 3em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    position: absolute;
    top: 0.666em;
    left: 0.666em;
    display: block;
    overflow: hidden;
    background-color: #FFF;
    color: #000;
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-weight: 300;
    text-align: center;
}

.highlight.financially-secure.h3::before,
.highlight.healthy-and-well.h3::before,
.highlight.connected-to-jobs.h3::before,
.highlight.part-of-strong-communities.h3::before,
.highlight.targeting-support.h3::before {
    font-size: 2em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    top: 50%;
    left: 1em;
    transform: translate(0,-50%);
}

#section-appendix .highlight.h3::before,
.highlight.targeting-support.h3::before {
    transform: none;
    top: 1em;
}

.highlight.financially-secure::before {
    content: '\f0e9';
    color: #2eb0c5;
}

.highlight.healthy-and-well::before {
    content: '\f809';
    color: #7e5fa8;
}

.highlight.connected-to-jobs::before {
    content: '\f2c1';
    color: #cc4a9b;
}

.highlight.part-of-strong-communities::before {
    content: '\f0c0';
    color: #f68c37;
}

.highlight.targeting-support::before {
    content: '\f52c';
    color: #efbc2f;
}


.highlight.financially-secure,
.dark-mode .highlight.financially-secure {
    background-color: #2eb0c5;
}

.highlight.financially-secure *,
.dark-mode .highlight.financially-secure * {
    color: #000
}

.highlight.healthy-and-well,
.dark-mode .highlight.healthy-and-well {
    background-color: #7e5fa8;
}

.highlight.healthy-and-well *,
.dark-mode .highlight.healthy-and-well * {
    color: #FFF;
}

.highlight.connected-to-jobs,
.dark-mode .highlight.connected-to-jobs {
    background-color: #cc4a9b;
}

.highlight.connected-to-jobs *,
.dark-mode .highlight.connected-to-jobs * {
    color: #000;
}

.highlight.part-of-strong-communities,
.dark-mode .highlight.part-of-strong-communities {
    background-color: #f68c37;
}

.highlight.part-of-strong-communities *,
.dark-mode .highlight.part-of-strong-communities * {
    color: #000;
}

.highlight.targeting-support,
.dark-mode .highlight.targeting-support {
    background-color: #efbc2f;
}

.highlight.targeting-support *,
.dark-mode .highlight.targeting-support * {
    color: #000;
}

.highlight.h3 h3 span {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
}

/* MONTAGE */

main > header .montage li:nth-child(1) {
    background-position: left 25% center;
}

main > header .montage:not(.rent) li:nth-child(2) {
    background-position: right 25% center;
}

main > header .montage.rent li:nth-child(3) {
    background-position: left 25% center;
}

main > header .montage.rent li:nth-child(4) {
    background-position: right 15% center;
}