.sportlink-login-container {
    border-radius: 6px;
    border: solid 1px #C6C6C6;
    overflow: hidden;
    padding: 9px;
}

.sportlink-login-container iframe {
    width: 100%;
    height: 448px;
    overflow: hidden;
}

.login-description {
    margin: auto;
}

.login-description > div {
    display: block;
    text-align: center;
}

.login-description h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-description .login-logout,
.login-description .login-mijn-gegevens {
    display: block;
    width: 33%;
    float: left;
}

.login-description .button {
    width: 98%;
}

#verplichtevelden {
    display: inline-block;
    margin-left: 6px;
}

.nxs-menu .right ul > li:nth-last-of-type(-n+4) ul li ul {
    left: -100%;
}

#zoek-resultaat {
    position: relative;
    z-index: 1;
}

li.nxs-widgetype-adresboek {
    height: auto!important;
}

.login-mijn-gegevens,
.login-logout,
.login-logout button,
.login-mijn-gegevens button {
    height: 100%;
}

.login-items {
    height: 45px;
}

table#mijn-gegevens {
    width: 100%;
}

table#mijn-gegevens img {
    width: 33%;
    height: auto;
}

table .mijn-gegevens-row {
    background: #ccc;
}

table .mijn-gegevens-row > td {
    font-size: 17px;
    font-weight: 700;
}

@media only screen and (max-width: 479px) {
    .login-description {
        margin: auto;
        width: 96%;
    }
    .login-description > div {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
    }
    .login-description h1 {
        font-size: 21px;
        margin: 0 .11111rem;
    }
    .login-description .button {
        margin: 0 .55555rem;
    }
}