body {
    font-size:100%;
    }
    
#switcher {
    color:#000;
    font-size: 0.75em;
    position: absolute;
    text-align: center;
    right: 20px;
    top:0 ;
    background: #fff;
    border: 1px solid #ED0600;
    margin: 3px;
    padding: 3px;
    z-index: 1;
    }

#switcher select{
    display: block;
    }
