<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gallery {
    background: url(../../images/section-divider-closed.png) bottom center no-repeat;
    width: 615px;
    height: 209px;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.gallery.expanded {
    background: url(../../images/section-divider.png) bottom center no-repeat;
    height: auto;
    padding-bottom: 20px;
}

.gallery .thumbs {
    padding-top: 24px;
    padding-bottom: 10px;
}

.gallery .thumb {
    float: left;
    position: relative;
    z-index: 3;
    display: block;
}

.gallery .thumb.medium {
    margin-left: -8px;
    margin-top: 8px;
}

.gallery .thumb.large {
    width: 90px;
    z-index: 16;
}

.gallery .thumb.medium .shadow-bottom {
    top: 73px;
}

.gallery .thumb.medium .shadow-right {
    top: 0px;
}


.gallery .metadata .artist-name {
    margin-top: 6px;
}

.gallery .song-name {
    margin-top: 2px;
    color: #4fafd1;
}

.gallery .add-button {
    width: 29px;
    height: 73px;
    float: left;
    margin-left: 10px;
    margin-top: 13px;
    background: url(../../images/add-button-gray.png);
    cursor: pointer;
}

.gallery .add-button:hover {
    background: url(../../images/add-button.png);
    width: 31px;
    height: 75px;
    margin-top: 12px;
    margin-left: 8px;
}

.gallery .gallery-contributors {
    width: 70px;
    float: left;
    margin-left: 40px;
}

.gallery .contributors-label {
    font-size: 10px;
    margin-bottom: 8px;
    color: #333;
}

.gallery .gallery-contributors img {
    width: 25px;
    height: 25px;
    margin-left: 6px;
}

.gallery .diamond {
    width: 28px;
    height: 28px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    left: 291px;
    bottom: 1px;
    opacity: 0.02;
}

.gallery .tab-contents {
    width: 615px !important;
}

.gallery .wiki_content {
    width: 615px !important;
    font-weight: normal !important;
}</pre></body></html>