
.ds-down {
    font-family: "Open Sans",sans-serif;
    line-height: 1;
    margin-top: 16px;
    max-width: 447px;
    margin-left: auto;
    margin-right: auto;
}

.ds-down a:hover {
    background: url(https://windows-driver.com/templates/windows-driver/img/tor.png) no-repeat 20px 50% #08dc8e;
}

.ds-down span {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: block;
    opacity: 1;
    text-transform: none;
    padding: 5px 0 0;
}

.ds-down .yab span {
    font-size: 10px;
    padding: 0;
    color: #b5b5b5;
}

.ds-down .yab {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ds-down a {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    background: url(https://windows-driver.com/templates/windows-driver/img/tor.png) no-repeat 20px 50% #02b875;
    border: 0 solid #fff;
    border-radius: 15px;
    color: #fff;
    height: 74px;
    width: 440px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px #000;
    box-shadow: 0 1px 2px #000;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    text-decoration: none!important;
    padding: 13px 10px 13px 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
}