.downloadlist {
    margin-bottom: 50px;
}
.downloadlist .download-items {
    margin-bottom: 50px;
}
.downloadlist .download-items a.btn {
    line-height: 35px;
    color: #555;
    padding: 0 10px 0 10px;
    margin-top: 10px;
    background: #ccc;
    border: none;
}

.downloadlist .imgwrap {
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
}
.downloadlist .imgsource {
    position: absolute;
    bottom: 0;
    right: 0;
}
.downloadlist .imgsource:hover {
    background: #fff;
}
.downloadlist .download-items a.btn:hover,
.downloadlist .download-items a.btn:focus {
    background: #ddd;
}
.downloadlist .download-items a.btn [class^="icon-"],
.downloadlist .download-items a.btn [class*=" icon-"]:hover,
.downloadlist .download-items a.btn [class*=" icon-"]:focus {
    color: white;
    vertical-align: middle;
    font-size: 45px;
}

.downloadlist .download-items .meta {
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    padding-top: 15px;
    text-align: left;
    width: 100%;
}

.downloadlist .headline {
    margin: 0 0 5px 0;
    font-weight: bold;
}
#content .downloadlist ul {
    margin: 0;
}
#content .downloadlist li {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #ccc;
    float: left;
}

#content .downloadlist li:last-child {
    margin: 0;
    padding: 0;
    border-right: 0;
}

.downloadlist img,
#content .downloadlist img {
    width: inherit;
    height: inherit;
}