/*========  share =============*/

div.share-box {
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
}

div.share {
  margin-top: auto;
  margin-bottom: auto;
}

div.share img {
  vertical-align: middle;
}

div.share-request {
  text-align: left;
  font-size: small;
  margin-bottom: 20pt;
  margin-left: 1em;
  margin-right: 1em;
}

ul.share-bottons {
  display: flex;
  justify-content: center;
  list-style-type: none;
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
}
ul.share-bottons li {
  margin-left: 7pt;
  margin-right: 7pt;
}
ul.share-bottons li img {
  vertical-align: top;
}
ul.share-bottons li img:hover {
  opacity: 0.5;
}

ul.share-bottons li.line-link:hover {
  opacity: 0.5;
}

#copy-link:hover {
  cursor: pointer;
}

.share-text {
  font-size: small;
  font-weight: bold;
  color: rgb(0, 0, 200);
}