.compact_download_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compact_download_list li {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.compact_download_list li:hover {
    background: transparent;
    border-color: #ddd;
    box-shadow: none;
}

.compact_download_list li.last {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.compact_download_list a {
    position: relative;
    display: block;
    padding: .5em .5em .5em 2.2em;
    text-decoration: none;
    color: #333;
}

.compact_download_list a:hover {
    text-decoration: none;
    background-color: #f7f7f7;
}

.compact_download_list img {
    position: absolute;
    top: calc(0.5em + 0.8em - 8px);
    left: 0.5em;
}

/*
 * =============
 * DOWNLOAD LIST ITEMS
 * =============
 */

.download_list_item {
    margin: 3em 0;
    padding-left: 0;
    line-height: 3ex;
    list-style: none;
}

.download_list_item li {
    border-bottom: 1px solid rgba(190,190,190,0.3);
}

.download_list_item a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 1.6em 0 1.6em 3.5em;
    color: #222;
}

.download_list_item a:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-20px);
    width: 35px;
    height: 35px;
    content: "\1f4c4";
    font: normal 20px/35px "icons";
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #aaa;
}

.download_list_item li:hover a:before {
    content: "\2913";
}

.download_list_item .thumbnail {
    display: none
}

.download_list_item .title {
    display: block;
    font-family: var(--fam-bold);
    color: #222;
}

.download_list_item li:hover a .title {
    text-decoration: none;
}

.download_list_item .description {
    display: none;
}

.download_list_item .fileinfo {
    color: #8e8e8e;
    font-size: 12px;
}

.download_list_item img[src*="/ui/uibase/icons"] {
    display: none;
}