/* Music library tabular settings */

div.lib table
  {
  font-size: 0.8em;
  margin-bottom: 2em;
  }

div.lib table th
  {
  text-align: left;
  vertical-align: baseline;
  white-space: nowrap;
  font-weight: normal;
  font-size: 80%;
  color: #808080;
  }


div.lib p.comp
  {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  background: #f0f0f0;
  }

div.lib p.title
  {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  font-style: italic;
  font-weight: bold;
  background: #f0f0f0;
  }

div.lib p.title span.ext
  {
  font-weight: normal;
  }
