html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

img.media-object {
    max-width: 100px;
}

#playlist {
    min-height: 400px;
}

.active {
    background-color: #eef;
}

.hover {
    outline: 2px solid #22f;
}
