.album-card {
    color: $boulder;
    font-size: 14px;
    font-weight: 200;
    padding: 0px 10px;
    .panel {
        border-radius: 0;
        margin: 0px 0px 10px;
        padding: 5px 10px;
        position: relative;
        .catalog-name {
            color: $tundora;
            font-weight: bold;
            font-size: 14px;
            line-height: 17px;
            overflow: hidden;
            text-align: left;
            text-overflow: ellipsis;
            width: 100%;
            white-space: nowrap;
        }
        .vendor-catalog-number {
            color: $tundora;
            display: inline;
            font-weight: bold;
            font-size: 12px;
            line-height: 17.89px;
            margin-right: 10px;
            text-align: left;
        }
        .artist-name {
            color: $boulder;
            display: inline;
            font-weight: bolder;
            font-style: italic;
            font-size: 12px;
            line-height: 17.89px;
            text-align: left;
        }
        .removal-icon {
            background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
            background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
            background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 34px;
            i {
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
            }
        }
    }
    a {
        color: $dawn;
        &:active {
            color: $dawn;
        }
        &:hover {
            color: $dawn;
        }
    }
    .fa-remove {
        color: $supernova;
    }
}
