.album_card {
    display:inline-block;
    vertical-align: bottom;
    margin:5px;
    margin-left:10px;
    margin-right:10px;
    width:120px;
    height:80px;
    padding:0px;
    border:0px solid blue;
    border-radius: 4px 4px 4px 4px;
    word-wrap: break-word;
    overflow: hidden;
    cursor:pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.album_card P {
    font-size:14px;
    text-align:center;
    vertical-align: bottom;
    background-color: rgba(0, 0, 0, 0.6);
    color:#fff;
}
.profile_album_bar {
    border:0px solid #ccc;
    padding:0px;
    padding-top:0px;
    text-align: center;
    background-color: #fff;
}
.profile_album_bar DIV {
    border:0px solid #ccc;
/*    margin:14px;*/
}
.profile_h3 {
    text-align:left;
    font-size:22px;
    background-color: #548bb8;
    color:#fff;
    padding:10px;
    margin:5px !important;
    clear:both;
    border-radius:6px 6px 0px 0px;
}