/* RGD2018 two-track player control */
.music-prev,.music-next{
  display:grid;
  width:28px;
  height:32px;
  flex:0 0 28px;
  place-items:center;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#68817c;
  cursor:pointer;
  font-size:1.35rem;
  line-height:1;
}
.music-prev:hover,.music-next:hover{background:#edf9f6;color:var(--teal)}
