.op-downloadlist5-dl-wrap .row {
    border-bottom: 1px solid #f8f8f8;
    padding: 2em 0;
    box-sizing: border-box;
}

.op-downloadlist5-dl-wrap .dl-name {
    color: #999999;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
}

@keyframes op-btn-dl {
    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(0.9);
    }
}

.btn-dl,
.btn-dl:visited,
.btn-dl:hover {
    float: right;
    cursor: pointer;
    display: inline-block;
    padding: 0.75em 1.25em;
    text-shadow: none;
    text-align: center;
    font: normal 16px/normal "Lato",sans-serif;
    font-weight: 700;
    text-decoration: none;
    background-color: #57e493;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 6px;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.btn-dl:hover,
.btn-dl:focus,
.btn-dl:active {
    animation-name: op-btn-dl;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media only screen and (max-width: 767px) {
    .op-downloadlist5-dl-wrap {
        text-align: center;
    }

    .btn-dl {
        float:none;
    }
}

.double-column .op-download-left{
    width: 70%;
    float: left;
}

.double-column .op-download-right{
    padding-left: 0%;
    float: right;
}
