body {
  background-color: #f3f3d3;
  color: #4D4D43;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

#epNav {
  font-size: 1.0rem;
}

#epNav .dropdown-menu {
  font-size: 1.0rem;
  background-color: #f3f3d3;
}

#epIntro {
}

#epName {
  font-size: 2.2rem;
  font-weight: bold;
}

#epReleaseLabel {
  font-size: 1.2rem;
}

#epReleaseDate {
  font-size: 1rem;
}

#epTracks a:link {
  color: #4D4D43;
  background-color: transparent;
  text-decoration: none;
}

#epTracks a:visited {
  color: #4D4D43;
  background-color: transparent;
  text-decoration: none;
}

#epTracks a:hover {
  color: #4D4D43;
  background-color: transparent;
  text-decoration: underline;
}

ol#epTrack {
  padding-left: 1rem;
}

ul#epStream {
  list-style-type: none;
  padding: 0;
}

#epCopyright {
  background-color: #f3f3d3;
  font-size: 0.75rem;
  padding: 2em 0 0 1em;
}

#epArtistDescPara {
  padding: 1.5em 1em 0 2em;
}

#epArtistDescPara a {
  text-decoration: none;
}

#epSongTitle {
  font-weight: bold;
}

#epSongCredit {
  font-weight: 500;
  font-style: italic;
}

#epAmazon {
  margin-left: -20px;
}

#epReview {
  font-style: italic;
}

#epReview a:link {
  text-decoration: none;
}

#tbd {
  color: red;
}

@media (max-width: 480px) {
  #epCoverArt img {
    width: 360px;
  }
}
