/* This stylesheet is used to style the public-facing components of the plugin. */

ol.amp-recently-played {
  list-style-type: none;
  display: block;
  background-color: none;
  margin: 0;
  padding: 0;
}

ol.amp-recently-played li {
  list-style-type: none;
  display: block;
  margin: 2px 2px;
  padding: 2px 2px;
}

.amp-recently-played-timestamp::after{ content: ": "; }

.amp-recently-played-artist {
	font-style: italic;
}

.amp-recently-played-artist::before{ content: " - "; }
.amp-recently-played-album::before { content: " ("; }
.amp-recently-played-album::after { content: ")"; }