.text-core .text-wrap .text-arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: right;
  top: 0;
  left: 0px;
  width: 22px;
  height: 22px;
  background: url("arrow.png") 50% 50% no-repeat;
  cursor: pointer;
  z-index: 2
;
}
