﻿body {
    margin: 0; /* Remove default margin */
}

iframe {
    display: block; /* iframes are inline by default */
    height: 100vh; /* Set height to 100% of the viewport height */
    width: 100vw; /* Set width to 100% of the viewport width */
    border: none; /* Remove default border */
    background: rgba(232,233,235,1); /* Just for styling */
}

#map {
    /*height: 945px;*/ /* 965px past in de nieuwe player zonder scrollbars */
    /*height: 725px;*/ /* 13-09 7 blokjes hoog */
    height: 835px; /* 13-09 8 blokjes hoog */
}

.zwevendLabel {
    position: absolute;
    top: 12px;
    left: 50px;
    z-index: 999;
}
.zwevendButton {
    position: absolute;
    top: 80px;
    left: 10px;
    background-color: white;
    border: 2px solid rgb(192, 190, 183);
    border-radius: 4px;
    z-index: 999;
}