
#translation-selector-wrapper {
  margin-top: .5em;
}

#translation-disclaimer {
  display: none;
  position: fixed;
  top: 15%;
  left: 20%;
  right: 20%;
  bottom: 15%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .8);
  padding: 100px 100px 50px;
  overflow-y: auto;
  color: #fff;
  font-size: 1.2em;
}

#translation-disclaimer h2 {
  color: #fff;
}

#translation-disclaimer.active {
  display: block;
}

#translation-disclaimer-link {
  font-size: .9em;
}

select#lang_choices {
  width: 10em;
}
