#social-share {
  z-index: 999;
  background: #002b42;
  color: white;
}

#social-share ul {
  display: none;
}

#social-share ul li a {
  color: white;
}

@media only screen and (max-width: 600px) {
  #social-share .title {
    display: none;
  }
}

.copyto-clipboard {
  display: none;
}

.share-expand:hover {
  cursor: pointer;
}