.docsLink{
  position: fixed;
  right: 100px;
  z-index: 100;
  top: 175px;
  display: none;
}

.docsLink a{
  font-family: fontello;
  font-size: 75px;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  background: blue;
  display: inline-block;
  line-height: 1em;
  margin-right: 5px;
  text-align: center;
  width: 1em;
  stroke: black;
  stroke-width: 10px;
  color: white;
  text-decoration: none !important;
}
