/*This isolates the translator so nothing can hide it.*/

.translate-wrapper {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 99999;
}