#playlistDiv {
  border: 1px solid #dddddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: blue;
}

#playlist, audio {
  width: 70%;
  margin: 20px;
}

#playlist .active a {
  text-decoration: none;
  font-weight: bold;
  background: #ddd;
}
#listTitle {
  font-weight: bold;
  padding: 5px;
}

#playlist li a {
  padding: 5px;
  display: block;
  border: 1px solid #dddddd;
}

#playlist li a:hover {
  text-decoration: none;

}

#playlist li {
  list-style: none !important;
}


.readby {
  font-weight: normal;
  font-style: italic;
  font-size: 0.8em;
  color: #bbb;
}
.audioBookDiv {
  height: 130px;
  line-height: 1.3em;
}
.audioBookTitle {
  vertical-align: top;
  float: left;
  width: 100px;
}
.audioBookThumb {
  float: left;
  margin-right: 10px;
}
/*
.audioBookThumb:after {
    content:"\a";
    white-space: pre;
}*/

@media screen and (max-width:800px), screen and (max-device-width:800px) {
/*
  .audioBookTitle {
    width: 100%;
  }
  */
/*  .audioBookDiv {
    height: 200px;
    line-height: 1.3em;
    width: 100%;
    display: block;
  }
  .audioBookDiv::after {
    clear:both;
  }
  .audioBookThumb:after {
      content:"";
      white-space: pre;
  }
  .audioBookTitle {
    vertical-align: top;
  }*/
}
