#poststuff .compat-field-image_tags {display:none !important}



.text-core {
  position: relative;
  height: auto !important;
  display: inline-block;
  width: 200px;
  margin: 0;
  /* top: -2px; */
}
.text-core .text-wrap {
  /* background: #fff; */
  position: relative;
  min-height: 30px;
  display: inline-block;
  height: auto !important;
  width: 100% !important;
}
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  outline: none;
  resize: none;
  position: relative;
  z-index: 1;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px 4px 5px;
  white-space: nowrap;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  line-height: 13px;
  height: auto;
  padding: 0 !important;
}
