.textsedit-container {
  transition: all .35s;
}
.textsedit-container.textsedit-focus {
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #f4f4f4 10px, #f4f4f4 20px);
}
.textsedit-container a.textsedit-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  padding: 0.05rem 0.05rem;
  color: #ffffff;
  text-transform: uppercase;
  transition: all .2s;
  font-size: 0.6667rem;
  background-color: #1D9CEB;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 3px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.textsedit-container a.textsedit-link > i {
  color: #ffffff !important;
  padding: 0 0;
  font-size: .9em;
}
.textsedit-container a.textsedit-link:hover,
.textsedit-container a.textsedit-link:focus {
  background-color: #1A87CB;
}
