
span.pim-link-container {
  width: 0;
  height: 0;
  position: relative;
}

a.pim-link{
  opacity: 0.9;
  display: block;
  min-height: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 3px;
  background-color: #d64635;
  font-size: 2px;
  color: rgb(217, 217, 217);
  text-decoration: none;
  border-radius: 3px;
  padding: 3px;
  float: left;
}

a.pim-linkcontainer:visited  {
  color: rgb(217, 217, 217);
}
i {
  float: left;
  color: rgb(255, 255, 255);
}
.fa-pen:before {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cg%3E%3Cpath%20fill%3D%22rgb%28217%2C%20217%2C%20217%29%22%20d%3D%22M498%20142.08l-56.6%2056.55-128-128%2056.55-56.55a48%2048%200%200%201%2067.91%200L498%2074.17a48%2048%200%200%201%200%2067.91z%22%20opacity%3D%220.4%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22rgb%28255%2C%20255%2C%20255%29%22%20d%3D%22M12.85%20371.11L.15%20485.33a24%2024%200%200%200%2026.49%2026.51l114.14-12.6%20278-278-128-128z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  width: 12px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
}
