/* playlists overview */

table.playlists {
    width: 100%;
    font-size: 11px;
    line-height: 1.181818em;
}

.playlists td {
    border-top: 1px solid #ccc;
    padding: 10px;
}

.playlists .imageCell {
    width: 64px;
    padding: 5px 0;
}

.playlists img {
    border: 1px solid #ccc;
    padding: 1px;
}

.playlists .mainCell strong {
    font-size: 15px;
    line-height: 1em;
}

.playlists .mainCell p {
    margin: 0.181818em 0 0 0;
}

.playlists .infoCell {
    text-align: right;
    width: 20%;
}
