body {
    overflow-y: scroll;
    background: #333;
    color: #ddd;
}
a:visited {
    color: #eca;
}
a:link, a:hover {
    color: #ecd;
}

#main {
    width: 95vw;
    height: 95vh;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
}
.inputLine {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
}
input[type=range] {
    flex: 1 1 auto;
    width: 6em;
}
input[type=number] {
    flex: 0 0 auto;
    width: 5em;
}
#pfMIDI {
    color: #060;
}
#pfBlurb {
    position: relative;
    margin: auto;
    flex: 0 0 auto;
    text-align: center;
}
#pfBlurbMain {
    padding: 1em;
    flex: 1 0 auto;
    max-width: 40em;
    position: relative;
    text-align: left;
}
#pfReset, #pfPresets {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: baseline;
    margin-bottom: .5em;
    font-weight: bold;
}
#pfPresetsAssign {

}
.pfPresetButton {
    font-weight: bold;
}
.pfPresetAssigning {
    color: #f00;
}
.pfPresetEmpty {
    color: #666;
}
#install {
    float: right;
    margin: 1em;
}
