.social {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
  }
.social .social-group {
  width: 200px;
  height: auto;
  margin-right: 10px;
  padding-bottom: 5px;
  display: table;
  content: " "
}

.social img {
  width: 30px;
  cursor: pointer;
  float: right;
  position: relative;
  min-height: 1px;
}
.social .btn-circle {
  display:block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid gray;
  background-color: gray;
  float: right;
  cursor: pointer;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  margin-right: 10px;
}
.social .social-text {
  width: 160px;
  height: 30px;
  /*background-color: DeepSkyBlue ;*/
  float: right;
  position: relative;
  min-height: 1px;
  margin-right: 2px;
  border: 1px solid white;
  text-align: center;
  display: none;
  color: white;
  padding-top: 3px;
}
.social .facebook {
  background-color: rgb(44, 64, 141);
}
.social .twitter {
  background-color: rgb(66,	153, 237);
}
.social .line {
  background-color: rgb(24,	186, 4	);;
}
.social img:hover+.social-text,.social img:hover  {
  display: block;
  border: 1px solid white;
}
