
.text-core .text-wrap .text-prompt {
 display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 1px 0 0 2px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #777777;
  position: relative;
  top: -20px;
  overflow: hidden;
  white-space: pre;
  z-index: 0;
}
.text-core .text-wrap .text-prompt.text-hide-prompt {
  display: none;
}
