@charset "UTF-8";
.btn-link-uv10 {
  margin-top: 25px;
  position: absolute;
  right: 0;
  bottom: 58px;
  font-size: 0.75rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    text-align: center;
    display: block;
    padding: 2px 8px;
    border: 1px solid #595757;
    text-decoration: none;
    bottom: 58px;
    background-color: #ffff;
    cursor: pointer;
    color: #595757;
}
.btn-link-uv10:hover {
    opacity: 0.7;
}
.btn-link-uv10:before {
    content: "▶";
    margin-right: 3px;
}
@media screen and (max-width: 640px){
    .btn-link-uv10 {
    top: -99px;
    height: 30px;
    width: 55%;
    padding: 5px 10px;
    }
}
