.playlist {
        list-style-type: none;
        text-align: center;
        padding: 0;
}

.playlist li {
        list-style-type: none;
        cursor: pointer;
        padding: 5px;
        border: 1px solid #2e2b2b;
        margin: 5px;
        background: #454545;
}
.playlist li.active {
        background: #872121;
}

.md-post--excerpt {
        margin-bottom: 0.2rem
}

.md-header__button.md-logo svg {
        height:2rem;
}

.md-meta-date__item:not(:last-child):after {
        content:"·";
        margin-left:.2rem;
        margin-right:.2rem;
        text-align: right;
      }