.jqueryHashtags .highlighter{
  white-space: pre-wrap;
  color:transparent;
  overflow: hidden;
  position: absolute;
  padding-left: 7px;
  padding-top:5px;
}
.jqueryHashtags .typehead{
  background-color: transparent; 
  position: relative; 
  direction: ltr; 
  overflow: hidden; 
  word-wrap: break-word; 
  resize: horizontal; 
  height: 48px;
}
.jqueryHashtags .hashtag{
  background: -webkit-linear-gradient(#dce6f8, #bdcff1);
  border-radius: 2px;
  box-shadow: 0 0 0 1px #a3bcea;
  color: #000;
}
