﻿body {
    background-color: #fff;
    background-image: url(/images/sf-bg.jpg);
}

.logo a {
    background-image: url("/images/sf-en-logo.png");
}

.receiverEmail {
    font-weight: bold;
}

li.mobile-lang-switch {
    display: contents !important;
}

@media (min-width: 651px) and (-webkit-min-device-pixel-ratio: 2) {
    .logo a {
        background-image: url("/images/sf-en-logo@2x.png");
    }
}

@media screen and (max-width: 650px) {
    .logo a {
        background-image: url("/images/sf-logo-phone.png");
    }
}

@media (max-width: 650px) and (-webkit-min-device-pixel-ratio: 2) {
    .logo a {
        background-image: url("/images/sf-logo-phone@2x.png");
    }
}

@media only screen and (min-width: 651px) {
    li.mobile-lang-switch {
        display: none !important;
    }
}

a.active {
    font-weight: bold;
}