.tail {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
.tail a:link,
.tail a:visited,
.tail a:active {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}
.tail a:hover {
  color: #000;
  text-decoration: none;
}
.svstailbuli {
  position: absolute;
  right: 0;
  width: 181px;
  top: -70px;
}
@media only screen and (max-width: 1100px) {
  .svstailbuli {
    top: 0px;
    width: 100px;
    right: 3%;
  }
}
@media only screen and (max-width: 1100px) {
  .svstailbuli {
    position: unset;
    float: right;
  }
}
