<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detailed-thumb {
    position: relative;
}

.detailed-thumb .tall-button {
    width: 31px;
    height: 75px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    display: none;
    cursor: pointer;
}

.detailed-thumb .add-button {
    background: url(../../images/add-button.png);
}

.detailed-thumb .target-button {
    background: url(../../images/target-button.png);
    width: 35px;
    height: 33px;
    margin-top: 17px;
    margin-left: 6px;
    float: left;
    display: none;
    cursor: pointer;
}

.detailed-thumb .metadata {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.detailed-thumb .track-name {
    margin-top: 2px;
    color: #4fafd1;
}

.detailed-thumb .release-year {
    margin-top: 2px;
    color: #333;
    font-weight: normal;
}

.detailed-thumb .social-icons {
    margin-top: 4px;
}

.detailed-thumb .social-icons .small-icon {
    margin-right: 4px;
}

.detailed-thumb .metadata-item {
    width: 130px;
}

.detailed-thumb .like-icons {
    margin-top: 4px;
}

.detailed-thumb .score {
    color: #70ce80;
}

.detailed-thumb .score.negative {
    color: #d06c6c;
}

.detailed-thumb .thumb {
    position: relative;
    float: left;
    background-size: 100% 100%;
}

.thumb .counter {
    background-color: #E8616C;
    background: linear-gradient(to bottom, #E8616C, #DD202F) repeat scroll 0 0 #E23442;
    border: 1px solid #911F28;
    border-radius: 11px 11px 11px 11px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(0, 0, 0, 0.12);
    color: white;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-top: -11px;
    min-width: 9px;
    padding: 0 6px;
    position: absolute;
    right: -10px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    top: -1px;
    display: none;
    z-index: 4;
    font-size: 12px;
}

.thumb.small .counter {
    height: 17px;
    line-height: 16px;
    margin-top: -12px;
    padding: 0 4px;
    right: -11px;
    top: -1px;
    font-size: 11px;
}

.counter.blue {
    background-color: #67A7E9;
    background: linear-gradient(to bottom, #67A7E9, #2580DF) repeat scroll 0 0 #3B8DE2;
    border: 1px solid #215A96;
}
.counter.green {
    background-color: #8EC15B;
    background: linear-gradient(to bottom, #8EC15B, #689739) repeat scroll 0 0 #75A940;
    border: 1px solid #42582B;
}

.detailed-thumb .thumb .contributor {
    display: none;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
}

.detailed-thumb .small-icon.edit-icon {
    width: 12px;
    height: 12px;
}
</pre></body></html>