.buttons-pdf-parent {
    font-size: 15px;
    border: 1px solid #b7b7b7;
    line-height: 1;
    border-radius: 3px;
    padding: 6px 15px;
    background: #f9fafb;
    transition-duration: .1s;
    transition-timing-function: linear;
    transition-property: color,border-color;
    text-transform: none;
    font-weight: 400;
    font-family: inherit;
    letter-spacing: 0;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    float: right;

    position: absolute;
    right: 120px;
}
.buttons-pdf-parent span {
    color: #000;
}
.buttons-pdf-parent:hover {
    border-color: #cc0000;
}
.buttons-pdf-parent:hover span {
    color: #cc0000;
}
