
a.playlistLink:link, a.playlistLink:visited {
  text-decoration: none;
  color: black;
}

.playlistBox {
    width: 180px;
    padding: 12px 19px 5px 19px;
    margin-bottom: 15px;
    border: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: "trebuchet ms", arial, helvetica;
    font-size: 8pt;
}

.playlistItem {
    margin: 10px 0;
}

.playlistItemTitle {
    color: #777;
    padding-top: 3px;
    font-weight: bold;
    max-height: 36px;
    overflow: hidden;
}

.playlistItemThumbnail {
    width: 100%;
}

.playlistItemDescription {
    display: none;
}

.playlistLogo {
    content:url('/images/kathedraaltv.png');
}
