.ex-component-textarea{
  position:relative;
}

.ex-component-textarea textarea{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
  }

.ex-comp-ajax-working-text{
  position:absolute;
  display:none;
  right:10px;
  bottom:10px;
  color:grey;
  font-size:.8rem;
}

.ex-comp-ajax-working-text.js-ajax-working-active{
    display:block;
  }

.ex-comp-ajax-working-text.js-ajax-error{
    display:block;
    color:red;
    font-weight:bold;
  }
