#tracklist .trackplaybutton>.playing{height:48px;padding:10px 12px 12px 10px;width:48px}#tracklist .nowplaying{display:flex;height:24px;justify-content:space-between;position:relative;width:24px}#tracklist .nowplaying>span{animation:nowplayingbounce 2.5s ease infinite alternate;background-color:#000;border-radius:0;content:"";height:100%;transform-origin:bottom;width:3px}#tracklist .nowplaying>span:nth-of-type(2){animation-delay:-2.2s}#tracklist .nowplaying>span:nth-of-type(3){animation-delay:-3.7s}@keyframes nowplayingbounce{10%{transform:scaleY(.3)}30%{transform:scaleY(1)}60%{transform:scaleY(.5)}80%{transform:scaleY(.75)}to{transform:scaleY(.6)}}
