
a[href$=".zip"],a[href$=".zip"]:hover,a[href$=".zip"]:active,a[href$=".zip"]:focus {
    all: revert;
}
a[href$=".zip"]:active {
    border-color: #737373;
    color: #1a1a1a;
}

#a-dld {
    cursor: pointer;
    width: 84px;
    background: #fc0 !important;
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    -webkit-border-radius: 3px;
    border: none;
    background-clip: padding-box;
    text-decoration: none;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding: 9px 18px;
}



.cdb-download-check {
    -webkit-appearance: button;
    cursor: pointer;
    width: 160px;
    background: #fc0 !important;
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    -webkit-border-radius: 3px;
    border: none;
    background-clip: padding-box;
    text-decoration: none;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding: 10px;
}

.cdb-download {
    -webkit-appearance: button;
    cursor: pointer;
    width: 120px;
    background: #fc0 !important;
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    -webkit-border-radius: 3px;
    border: none;
    background-clip: padding-box;
    text-decoration: none;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding: 10px;
}


.cdb-download:hover {
    opacity: .8;
    text-decoration: none;
}
