#playlist {
    background-color: #ffffff;
}

#playlist li {
    text-align: left;
}

#playlist li a {
    color: black;
    text-decoration: none;
}

#playlist .current-song a {
    color: blue;
}

ol {
    height: 200px;
    width: auto;
}

ol {
    border: ;

}

ol {
    overflow: hidden;
    overflow-y: scroll;
}

audio {

    text-align: left;
}

.col {

    background-color: #f1f3f4;
}

.center {

    text-align: center;
}
