/* songsheet.css
 * Printed songsheets (lyrics only)
 * seanho@seanho.com Apr2007
 */

body, p, td { font-size: 10pt; }
h1 { font-size: 12pt; }
h2 { font-size: 10pt; color: green; }
address, small { font-size: 6pt; }
i, em { display: none; }
.chorus, .bridge { font-style: italic; }
p { 
  margin-top: 0em;
  margin-bottom: 0em;
}

.hint { font-size:0.8em; font-weight:bold; float:right; }

body {
  height: 100%;
     -moz-column-count: 4;
  -webkit-column-count: 4;
     -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}
/* Manual column-breaking for print?
.column {float:left; width:22%; clear:right;}
.first-column {margin-right:2%;}
*/


