body {
    margin: 0;
}

#ie-melding {
    height: 100vh;
    display: none;
    flex-direction: column;
}

#ie-melding.vis-ie {
    display: flex;
}

#ie-melding header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 96px;
}

#ie-melding.ie-melding--dnb header,
#ie-melding.ie-melding--sb1 header {
    border-bottom: 1px solid #b8b8b8;
}

#ie-melding main {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    max-width: 92ch;
    min-height: 500px;
}

#ie-melding footer {
    background-color: black;
    min-height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ie-melding .browser-list {
    padding-inline-start: 0;
    display: flex;
    list-style: none;
    width: 100%;
}

#ie-melding .browser-list__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: inherit;
}

#ie-melding .browser-list__item img {
    height: 80px;
    width: 80px;
    margin-bottom: 21px;
}
