.jumbotron-light {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fafafa;
}

.no-margin-top {
    margin-top: 0px;
}

/* Pseudo-countries */
div.countryII {
    background-image: url('/img/flags/ii.png');
}

div.countryEN {
    background-image: url('/img/flags/en.png');
}

/* Real countries */
div.countryDE {
    background-image: url('/img/flags/de.png');
}

div.countryGB {
    background-image: url('/img/flags/gb.png');
}

div.countryHU {
    background-image: url('/img/flags/hu.png');
}

div.countryPL {
    background-image: url('/img/flags/pl.png');
}

div.countryRU {
    background-image: url('/img/flags/ru.png');
}

div.countryUK {
    background-image: url('/img/flags/gb.png');
}

div.country {
    display: inline-block;
    width: 30px;
    height: 16px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

div.jqFensterModalContent {
    min-width: 360px;
    min-height: 200px;
}

iframe.mellon-iframe {
}