.tototranslation-refresh-cover {
    position: relative;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 50%);
    /*-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;*/
    /*padding-right: 50px;*/
}

/*@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg), translate(-50%,50%); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg), translate(-50%,50%); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg), translate(-50%,50%); } }*/

.tototranslation-language-selector {
    padding: 2px;
    margin: 6px 4px 4px 4px;
}

.languageselect {
    border: 1px solid #CCCCCC;
    color: #333333;
    font-size: 80%;
    padding: 10px;
    text-align: justify;
}

.languageselectlink {
    white-space: nowrap;
    line-height: 120%;
    vertical-align: middle;
}

.flagimage {
    border: 1px solid #CCCCCC;
    margin: 0 4px 0 0;
    padding: 0 0 0 0;
}

.tototranslation-language-list {
    white-space: nowrap;
    display: inline-block !important;
}

#tototranslation-help-popup { background:#ccc; 
    -moz-border-radius: 25px; 
    /*width:600px; */
  /*  height: 400px; */
    position: fixed;  
    top: 0px;
    left:auto;
    right: auto;
    width: 100%;
    background-color:white;
    padding: 5px;    
    z-index: 500; 
    display:none; 
}
#tototranslation-help-popup-topbar{ background:#ddd; -moz-border-radius: 10px; padding:5px; height:20px; line-height:20px; text-align: center; }
#tototranslation-help-popup-content { padding:5px; -moz-border-radius: 10px; text-align:center }