.photo_album_overview_table td {
    border: 0;
    text-align: center;
}

.photo_overview_image_frame td {
    text-align: center;
}

.photo_overview_image_frame td a {
    display: block;
}

.photo_album_overview_table h3 {
    width: 100%;
    margin: 0 auto 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--txtSize-6);
    text-align: center;
}

.photo_overview_image_frame {
    margin: auto;
}

.photo_album_overview_table > tbody > tr > td {
    border: 1px solid var(--clr-brdr-light);
}

/*
 * Download list items
 */

.download_list_item {
    max-width: 54rem;
    margin: 0 0 3em 0;
    padding: 0;
    list-style: none;
}

.download_list_item li:nth-child(n+2) {
    border-top: 1px solid var(--clr-brdr-light);
}

.download_list_item a {
    position: relative;
    display: block;
    padding: 1em 3.5rem;
    text-decoration: none;
    line-height: var(--lnHeight-xs);
    color: inherit;
}

.download_list_item a::before,
.download_list_item a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font: normal 1.5em/1.5em var(--fam-icon);
    text-align: center;
    color: var(--clr1-normal);
}

.download_list_item a::before {
    left: 1rem;
    content: '\2b1c';
    font: normal 1.5em/1.5em var(--fam-icon);
}

.download_list_item a::after {
    right: 1rem;
    content: '\2913';
    font: normal 1.2em/1.2em var(--fam-icon);
}

.download_list_item li:hover a {
    border-color: var(--clr1-offWhite);
    border-radius: var(--radius-lg);
    background-color: var(--clr1-offWhite);
    color: var(--clr1-normal);
}

.download_list_item li:hover,
.download_list_item li:hover + li {
    border-top-color: transparent;
}

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

.download_list_item .title {
    display: block;
    font-family: var(--fam-medium);
}

.download_list_item .fileinfo {
    opacity: .6;
    font-size: var(--txtSize-9);
}

.download_list_item:hover .fileinfo {
    opacity: 1;
}
