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