.i-chain-black{
  width:13px !important;
  display:inline-block;
  height:13px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url(/images/copy.png?4de4fca900fdbd7b95ef331f67e9863d);
}

.i-fb-black{
  width:10.5px !important;
  display:inline-block;
  height:14.5px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url(/images/fb.png?e154995c41a7202e13f723ce809409c6);
  margin-bottom:2px;
}

.i-twitter-black{
  display:inline-block;
  width:13px !important;
  display:inline-block;
  height:12px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url(/images/twitter.png?aabb9148e1b94cfa1a94b3f0140fdb41);
}

.i-email-black{
  width:14px !important;
  display:inline-block;
  height:12px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url(/images/email.png?06fad24796728c59b713c5ebc2e6ed91);
}

.i-linkedin-black{
  width:17px !important;
  display:inline-block;
  height:12px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url(/images/linkedin.png?b31dd55c764c8e3aa84804cfb5bd1d79);
  margin-bottom:2px;
}

.toast{
  position:fixed;
  bottom:20px;
  left:0;
  right:0;
  text-align:center;
  z-index:200000;
  width:122px;
  margin:auto;
}

.toast > div{
  border:solid 1px black;
  display:block;
  width:100px;
  padding:10px;
  position:relative;
  transition:opacity 1s ease-out;
  opacity:0;
  background:white;
  border-radius:10px;
}

.toast > div.active{
  opacity:1;
}

