@namespace url(http://www.w3.org/1999/xhtml);

/* This file is licensed under Creative Commons Attribution License
 * http://creativecommons.org/licenses/by/3.0/
 *
 * Initial Developer:
 * Andreas Jung (sd-daken.deviantart.com)
 *
 * Contributor(s):
 *
 */

@-moz-document url-prefix("http://www.azlyrics.com/lyrics/") {
   table table td {
      display: block !important;
      -moz-column-count: 2 !important;
      -moz-column-gap: 2.5em !important;
      -moz-column-rule-width: 2px !important;
      -moz-column-rule-style: solid !important;
      -moz-column-rule-color: #444499 !important;
   }
   table table tr {
      display: block !important;
      padding: 2.5em !important;
   }
}