.float-this {
  float: left;
  width: 200px;
}

#te-social-media-share-settings-form .form-actions {
  clear: both;
}

.node-teaser-social {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px 2px 5px 5px !important;
  right: -100px;
}

.node-teaser-social a {
  display: block;
  float: left;
  color: white;
  margin-right: 4px;
  width: 27px;
  height: 24px;
  text-align: center;
  padding-top: 5px;
}

.node-teaser-social .facebook {
  background: #2D4486;
}

.node-teaser-social .google {
  background: #C63229;
}

.node-teaser-social .twitter {
  background: #3482FB;
}

.characters {
  float: left;
  margin-top: 10px;
  padding-bottom: 5px;
}

.count-wrapper, .remaining-wrapper {
  margin-left: 30px;
}

#edit-social-media-options h4 {
  padding-top: 5px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  margin-left: -15px;
  margin-right: -13px;
  padding-left: 15px;
}

#edit-social-media-options h4:first-child {
  margin-top: 0;
}

#edit-social-media-options .form-item {
  padding: 0;
  margin: 0 0 5px 0;
}

.fb-meta {
  display: none !important;
}