@charset "UTF-8";

.menu-lang-switch {
    display: inline;
    color: white;
    float: right;
    margin-top: 10px;
    margin-left: 15px;
}

#languageDropDown {
    width: 73px;
    height: 40px;
    /*background-color: rgba(0,0,0,0.5);*/
    border-radius: 30px;
    border: 0;
}

.menu-lang-switch > .dropdown > .dropdown-menu {
    min-width: auto !important;
}
