/* Zoek veld en button op mobiel */

@media screen and (max-width: 550px) {
    .searchfield { width: 100%;margin-bottom: 15px;}
    [type=submit] {width: 100%;}
}

/* Tooltip positie in lijst aanvragen */
.tooltip:after {top:0;}