.album-cover-wrapper {
    max-width: 380px;
}

.album-cover {
    border-radius: 3px;
    min-width: 240px;
    max-width: 380px;
}

/* ==========================================================================
   Upload cover art
   ========================================================================== */

.album-cover-wrapper--no-cover {
    background: #eee;
    padding-bottom: 14px;
}

.album-cover-wrapper--no-cover .album-cover {
    min-width: 220px;
}

.album-cover-upload {
    position: relative;
}

.album-cover-upload .album-cover {
    margin-top: -14px;
}

.album-cover-upload .text-over-image-container {
    bottom: 18px;
    width: 100%;
    text-align: center;
}

.detail dt {
    color: #666;
    font-size: 12px;
}

.detail dd {
    margin-bottom: 12px;
}

/* ==========================================================================
   Other releases
   ========================================================================== */

.other-release {
    width: 140px;
    height: 140px;
}
