/*
    Just the minimum styling to make the thing look nice
*/
.mod-languages {
    height: 63px;
}

.mfs-container {
    position: relative; 
    width: 73px;
    color: #f9690e;
    font-size: 12px;
}

.mfs-container select {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.mfs-container.notouch select {
    display: none;
}
.mfs-options {
    position: absolute; 
    width: 100%; 
    margin: 0; 
    list-style-type: none; 
    background: transparent; 
    z-index: 10;
}
.mfs-options li a {
    display: block; 
    padding: 5px 5px; 
    text-decoration: none; 
    color: #f9690e;
}
.mfs-optgroup-option {
    padding-left: 10px;
}
.mfs-options li.mfs-optgroup {
    padding: 4px 5px;
    color: #f9690e;
}

.mfs-options li a {
    padding: 7px 25px 7px 10px;
}

.mfs-options li.selected {
    background-color: transparent; 
}
.mfs-options li.selected a {
    color: #f9690e;
}
.mfs-options li.active {
    background-color: transparent;
}
a.mfs-selected-option {
    display: block;
    height: 32px;
    padding: 8px 25px 7px 15px;
    text-decoration: none; 
    background: transparent; 
    border: 1px solid #f9690e; 
    border-radius: 20px; 
    color: #f9690e;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
}

.border-language {
    border: 1px solid #f9690e;
    border-radius: 20px;
}

.border-language a.mfs-selected-option {
    border:none;    
}

.selected {
    display: none;
}