div.editor {
  padding: 0 20px 1em;
  /* overflow: auto; */
  /* width: 100%; */
}

div.editor a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

div.editor p {
  color: #000;
}

div.socialnets {
  width: fit-content;
  position: relative;
  left: -10px;
  margin-top: 1.5em;
  padding-top: 1px;
  padding-left: 8px;
  border-left: 2px solid #666;
}

span.socialicon:nth-of-type(1)::before {
  left: 0.5em;
}

span.socialicon:nth-of-type(2)::before {
  left: calc(0.5em + 20px);
}

span.socialicon:nth-of-type(3)::before {
  left: calc(0.5em + 40px);
}

span.socialicon:nth-of-type(4)::before {
  left: calc(0.5em + 60px);
}

span.socialicon:nth-of-type(5)::before {
  left: calc(0.5em + 80px);
}

span.socialicon:nth-of-type(6)::before {
  left: calc(0.5em + 100px);
}

span.socialicon:nth-of-type(7)::before {
  left: calc(0.5em + 120px);
}

span.socialicon:nth-of-type(8)::before {
  left: calc(0.5em + 140px);
}

span.socialicon:nth-of-type(9)::before {
  left: calc(0.5em + 160px);
}

span.facebook::before {
  content: "";
  /* https://www.flaticon.com/free-icon/facebook_124010 */
  background: #fff url("/img/facebook.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  /* margin: 0 0.5rem 0 0.5rem; */
  position: absolute;
  top: -1em;
}

span.instagram::before {
  content: "";
  /* https://www.flaticon.com/free-icon/instagram_174855 */
  background: #fff url("/img/instagram.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  /* margin: 0 0.5rem 0 0.5rem; */
  position: absolute;
  top: -1em;
}

span.linkedin::before {
  content: "";
  /* https://www.flaticon.com/br/icone-gratis/linkedin_174857 */
  background: #fff url("/img/linkedin.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  /* margin: 0 0.5rem 0 0.5rem; */
  position: absolute;
  top: -1em;
}

span.hashtag {
  font-weight: 600;
}

tr.tooltip td:first-of-type {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
