.ld-qie-docx-export-button {
    background: #074b79;
    border: 1px solid #eee !important;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 5px;
    padding: 7px 20px;
    transition: .3s;
    box-shadow: none !important;
    margin: 0.5rem 0;
    display: inline-block;
}

.ld-qie-docx-export-button:hover {
    background: #074b79;
    color: #fff;
    opacity: .9;
}