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