/*
// song-book - yellow on black, courier
//    chords      = green, italic
//    tabs        = grey, courier
//    comments    = brown, italic
//    chorus      = grey-block indented
//    highlighted = ?
*/
.chord {
        color:lime;
        font-size:100%;
        font-family:calibri,verdana,times;
        font-style:italic;
        padding-right:1ex;
	}

.chordline {
}

.lyricsline {
        color:yellow;
        font-size:110%;
        font-family: courier new, courier;
        margin-left: 0em;
}

.comment {
        color:#90671b;
        font-family:calibri,verdana,times;
        // font-weight:bold;
        text-align:left;
        font-style:italic;
        margin:0px;
        margin-left:15px;
        margin-bottom:15px;
}

.chorus {
        margin-left: 2em;
        margin-right: 2em;
        background:#333333;
	padding-left: 1em;
	padding-right: 2em;
        border:thin solid gray;
        padding-top: 1em;
	padding-bottom: 1em;

}
body {
	background : black;
	color : yellow;
	font-family : garamond, georgia, palatino, geneva, serif;
	font-family : times new roman, times, serif;
	padding : 1%;
}
tt {
        color:#b9b9b9;
        font-family:courier new, courier;
        font-size:12pt;
}


td.ptd
{
	padding: 1%;
	vertical-align: middle;
}

table {
	border-spacing:0;
	border-collapse:separate;
	border:0px;
}


/*
// scroll and transpose buttons:
*/
.transbutton {
        white-space: nowrap;
}
.scrollControlsDiv {
    visibility:hidden;
    position:fixed;
    width:150px;
    height:25px;
    
    -webkit-transform: translate3d(0, 0, 0);
    transform : translate3d(0, 0, 0);
}

.scrollButton {
    position:absolute;
    top:0px;
    text-decoration: none;
    cursor: pointer;
    width:25px;
}


