.translation-missing {
  background: rgba(255,0,0,0.2);
}

.translation-error {
  background: rgba(255,0,0,0.7);
  border: solid 1px red;
}
