html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ddf;
}

#global {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -1.5em;
}

#global_inner {
    padding-bottom: 1.5em;
}

#footer {
    height: 1.5em;
    background-color: #fff;
    width: 100%;
}

#eww_layout {
    width: 100%;
    border-collapse: collapse;
}

#eww_layout td {
    border: 0;
    margin: 0;
    padding: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

h1 {
    display: inline-block;
    font-family: Verdana, Arial, "Trebuchet MS", Georgia;
}

#fretboard {
    margin-top: 1ex;
    width: 100%;
}

.label {
    font-weight: bold;
    font-size: 150%;
}

.instruction {
    font-size: 200%;
    background-color: #eef;
    padding-left: 0.25em;
    padding-right: 0.25em;
}

#note_label {
    margin-left: 2em;
}

.right {
    text-align: right;
}

#header {
    background-color: #cce;
}

.hidden {
    display: none;
}

#spec_row, #instructions_row {
    height: 7ex;
}

button {
    font-size: 125%;
}

button:hover {
    background-color: #1f1;
}

#handed_box {
    vertical-align: top;
}

#copyright {
    padding-left: 0.5em;
}

canvas {
    user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.signature {
    font-family: cursive;
}
