#flags {
     float:left;
     white-space:nowrap;
}

#flags img {
    max-width:35px;
}

#othersitebutton span{
 display: block;
 text-align: center;
 font-size: 11px;
 
}

#othersitebutton {
 display: block;
 text-align: center;
}

#othersite {
 float:right;
}


/* - 1000px */
@media only screen and (max-width: 1000px){
 

 
}


@media only screen and (max-width: 800px){
    #othersitebutton {
        display: none;
    }

}



@media only screen and (max-width: 720px){

    #flags img {
        width:40px;
    }
    
    #othersite img {
        width:140px;
    }
    
}