/*body {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
}*/

#blackout {
    min-height:100px;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1059;
}
#blackout.blackout-gallery {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    background-color: rgba(0, 0, 0, 0.6);

}

#countryPicker {
    background-color: white;

    max-width: 650px;
    width: 100%;
    padding: 0 30px 30px 30px;

    z-index: 1060;
    position: fixed;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

#countryPicker h3 {
    margin: 20px 0 20px 0;
}

#countryPicker #countryPickerEU a,
#countryPicker #countryPickerOther a {
    display: inline-block;
    margin-right: 7px;
    white-space: nowrap;
    min-width: 130px;
}
#countryPicker #countryPickerEU a:before,
#countryPicker #countryPickerOther a:before{
    content: "∗ ";
}
