/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
/* Sweep To Right */
/* line 14, components/forms/resizable-textarea/resizable-textarea.scss */
.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

/* line 19, components/forms/resizable-textarea/resizable-textarea.scss */
.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../..//forms/resizable-textarea/grippie.png) no-repeat center 2px #f0f0f0;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}
