textarea.c-input--text { background:url()no-repeat; }

tbody{
  display:flex;
  flex-direction:column;
}
tr{
  display:flex;
  width:100%;
  justify-content:flex-end;
}
tr:nth-child(4) > td > textarea{
  height:33px !important;
  width:100%;
  resize: none;
}
tr:nth-child(1){
 order:1;
}
tr:nth-child(2){
 order:2;
}
tr:nth-child(3){
 order:4;
}
tr:nth-child(4){
 order:3;
}
tr:nth-child(5){
 order:5;
}
tr:nth-child(6){
 order:6;
}



