img#computer {
    float: left;
    display: block;
    width: 25%;
    height: auto;
    margin-right: 2%;
}

div#ondersteuning {
    width: 100%;
    display: grid;
    grid-template-columns: 13% 13% 13% 13% 13% 13% 13%;
    grid-column-gap: 1%;
    margin-bottom: 1%;
}

div#ondersteuning > a > img {
    margin-top: 1px;
    margin-bottom: -4px;
    width: 98%;
}

div#ondersteuning > a {
    text-decoration: none;
    padding: 0;
}

div.deel {
    background-color: white;
    margin-bottom: 2%;
    border: 2px solid black;
}

div.deel > * {
    margin: 1%;
}