/* Simple ID-based style sheet. */

#input1, #input2 {
    margin-right: 1em;
}

#eenieLabel, #meenieLabel, #mynieLabel {
    margin-right: 1ex;
}

#moeLabel {
    margin-right: 1em;
}

#comboLabel {
    vertical-align: top;
}

#category {
    vertical-align: top;
    margin-right: 1em;
}

#wonderLabel {
    vertical-align: top;
}

#status {
    text-align: center;
    background-color: rgb(200, 255, 200);
    padding: 1em;
}

#scriptArea {
    font-family: Menlo 'Andale Mono' Monaco 'Lucida Typewriter' Courier 'Courier New' Fixed monospace;
}
