/**
 * jQuery highlightTextarea 1.0
 *
 * Copyright 2012, Damien "Mistic" Sorel
 *    http://www.strangeplanet.fr
 */

.highlightTextarea {
  position: relative !important;
  overflow: hidden;
}
.highlightTextarea  .highlighterContainer {
  position: absolute !important;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden !important;
}
.highlightTextarea  .highlighter {
  position: absolute !important;
  top: 0;
  left: 0;
  border: none;
  padding: 0;
  margin: 0;
  color: transparent;
  cursor: text;
  overflow: hidden;
}
.highlightTextarea textarea {
  position: absolute !important;
  left: 0;
  top: 0;
  resize: none;
}
.highlightTextarea  .highlight {
  line-height:inherit !important;
}