.agm-download-button {
    display: inline-block;
    padding: 12px 22px;
    margin: 20px 0;
    background: #1f7ae0;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 6px;
}
.agm-download-button:hover {
    opacity: .9;
    color: #fff !important;
}
