div.cell_album {
    width: 160px;
    height: 180px;
    text-align: center;
    border: 0px solid red;
}

div.cell_artist {
    width: 150px;
    height: 60px;
    border: 0px solid red;
    background-color: #E5E5E5;
    margin: 2px;
    padding: 4px 2px;
}

div.cell_artist a {
    text-decoration: none;
}

.no_decor, .no_decor a {
    text-decoration: none;
}

.genres_block {
    line-height: 150%;
}

