#wait {visibility: hidden}
.NL { margin-left: 40px }
.NL:before {
    content: '';
    background:url('nl.png');
    background-size:cover;
    position:absolute;
    width:36px;
    height:36px;
    margin-left:-40px;
    margin-top:-10px;
}
.GB { margin-left: 40px }
.GB:before{
    content: '';
    background:url('gb.png');
    background-size:cover;
    position:absolute;
    width:36px;
    height:36px;
    margin-left:-40px;
    margin-top:-10px;
}


