.audioBox {
  width:92%;
  margin:1rem auto;
  border:1px solid rgba(204,204,204,1);
  border-radius:8px;
  background:linear-gradient(to bottom,rgba(213,213,213,1),rgba(239,239,239,1));
  padding:1rem;
  display:none;
  }
.audioBox audio {width:100%;}

.audioSummary {
  width:auto;
  min-height:230px;
  padding:10px;
}

.audioSummary div { width: 202px; margin: 0 10px 10px 0; padding: 0; float: left; }
.audioSummary img { width: 200px; height: 200px; border :1px solid rgba(99,99,99,.4); margin: 0; }

.audioSummary h1 { font-size: 1.25rem; font-weight: bold; margin: 0 0 2px 2px; }
.audioSummary h3 { font-size: .9rem; font-style: italic; }
.audioSummary p { width: auto; line-height: 130%; overflow: hidden; }
.audioSummary p a[href$='.xml']:after { display :none; }

.audioSummary.player { min-height: 10px !important; }
.audioSummary.player img { width: 70px; height: 70px; border: 1px solid rgba(99,99,99,.4); margin: 0; float: right; }
.audioSummary.player h3 { margin: 0 0 0 2px; }
.audioSummary.player p { line-height: 100%; margin: 6px 0 6px 2px; }
