/* Contao 5 Backend fixes */
.split-button ul.invisible {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#ctrl_translation.multicolumnwizard thead tr th:nth-child(n+3) {
   display:none
 }



#ctrl_translation .w33 {
  float: left;
  min-height: 80px;
  width: calc(50% - 30px);
}

#ctrl_translation.multicolumnwizard textarea {
  max-width: 100%;
  min-height: 72px;
  top: 1px;
  position: relative;
 }

#ctrl_translation.multicolumnwizard .tl_select {
  min-height:72px;
 }

