.blurb {
text-align: justify;
padding-left: 5px;
padding-right: 5px;
}
.lyricmenu {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.lyricmenu > li {
  padding-left: 1em;
  text-indent: -1em;
}
#mp3info {
  float: right;
  width: 50%;
  margin-left: 10%;
}
#songTable td {
  vertical-align: top;
  padding-top: 5px;
  padding-left: 10px;
}
#songTable td a:link {
  text-decoration: none
}
#songTable td a:hover {
  text-decoration: underline
}
.mp3download img {
  border: 0;
  vertical-align: middle;
}
.mp3download > a {
  text-decoration: none
}

.mp3download img {
filter: alpha(opacity=40);
-moz-opacity: 0.4;
opacity: .4;
margin-left: .5em;
margin-right: .5em;
}
#lyricDiv > p > span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#songListOrientation {
  text-align: right
}
#songListOrientation a {
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
}

#cdsidebar {
    height: 670px;
    width: 146px;
    flex-direction: column;
    justify-content: space-evenly;
    line-height: 1.1;
}

#cdsidebar a {
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

.cdcover {
margin-left: auto;
margin-right: auto;
display: block;
}

.cdpanel .jp-playlist-player {
margin-left: auto; 
margin-right: auto;
margin-top: 1em;
}

#featuredmp3s .jp-playlist-player {
margin-left: auto; 
margin-right: auto;
}

