#pl-button{display:inline-block;padding:.4em;color:grey;text-decoration:none;border:1px solid currentColor;border-radius:2em}#pl-button.onair{color:limegreen}#pl-panel{position:fixed;top:0;left:-160%;bottom:0;min-width:300px;z-index:10;background:#000;color:gainsboro;transition:left ease .5s;overflow-y:auto}#pl-panel.show{left:0}#pl-close{position:absolute;right:.3em}.pl-songs{padding:0 1em}.pl-song{margin-left:1em;border-bottom:1px dashed grey;display:flex;flex-direction:column}.onair .pl-title{color:limegreen}.passed .pl-title{color:plum}.future .pl-title{color:tomato}