﻿body {
    background-color: #91ced4;
}

.header {
    background-color: #327a81;
    color: white;
    font-size: 1.5em;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
}
.divTable {
    background-color: #327a81;
    border: 1px solid darken #398B93;
    border-radius: 10px;
    max-width: calc(100% - 2em);
    margin: 1em auto;
    overflow: hidden;
    width: 850px;
}
table {
    width: 100%;
}
.tableClass td {
    color: #2b686e;
    padding: 10px;
    text-align: right;
    vertical-align: middle;
}
table td:last-child {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: left;
}
table td:first-child{
    width: 150px;
}

table tr:nth-child(2n) {
    background-color: white;
}

table tr:nth-child(2n+1) {
    background-color: #edf7f8;
}

.tableAdres tr:nth-child(2n){
    background-color: white;
}
.tableAdres tr:nth-child(2n+1) {
    background-color: white;
}
.tableTSI tr:nth-child(2n) {
    background-color: #edf7f8;
}

.tableTSI tr:nth-child(2n+1) {
    background-color: #edf7f8;
}

.tableKabel tr:nth-child(2n) {
    background-color: black;
}
.tableKabel tr:nth-child(2n+1) {
    background-color: black;
}
.centerimage {
    text-align: center;
    justify-content: center;

}
.volgendeaanvraag {
    text-align: center;
    justify-content: center;
    font-family: Verdana;
    font-size: 12px;
}