#fretboard {
        border:0px solid red;
        background-image: url("http://jameswoodward.net/tab/fretboard.png");
        background-repeat: no-repeat;
        background-position: 36px;
        margin: 20px 0 0 0 ;
        padding: 7px 0px 0 8px;
        font-family: "courier new", "courier";
}

#fretboard pre {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
font-family: "courier new", "courier";
}

.string {
                margin-bottom: 2px;
                float: left;
                height: 18px;
}

.note {
                background-color: lightblue;
                font-weight: bold;
		padding-left: 4px;
        padding-right: 4px;
}


.note-highlight {
                background-color: blue;
                                font-weight: bold;
	color: #FFF;
	padding-left: 4px;
	padding-right: 4px;
}


.cell {
        border:0px solid blue;
        border-collapse: collapse;
        float: left;
        text-align: center;
        border-left: 0px solid blue;
}



.fret-0 { width: 32px}
.fret-1 { width: 76px}
.fret-2 { width: 70px}
.fret-3 { width: 66px}
.fret-4 { width: 64px}
.fret-5 { width: 62px}
.fret-6 { width: 56px}
.fret-7 { width: 52px}
.fret-8 { width: 50px}
.fret-9 { width: 48px}
.fret-10 { width: 46px}
.fret-11 { width: 40px}
.fret-12 { width: 46px}

