.tabs .primary{
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999999;
  width: auto;
  background: white;
  padding: 10px;
  margin: 0px;
  border: none;
  box-shadow: 0 0 5px rgba(103, 103, 103, 0.42);
}
.tabs .primary a{
  text-decoration: none;
border: none;
background: #eaeaea;
padding: 5px 10px;
color: #39a89a;
}
