form {
    padding-bottom: 6em;
}

.handle {
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 1.4em;
    margin-right: 4px;
    padding: 6px;
    vertical-align: bottom;
}

#questions {
    border: 2px dashed #ccc;
    margin-bottom: 0.5em;
    padding: 0.5em;
}

#questions > div.question > .triggerAnswerRow {
    display: none;
}

#toolbar {
    background-color: #333;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0.5em;
    position: fixed;
    width: 100%;
}

div.question {
    border: 1px solid #ccc;
    margin-bottom: 0.5em;
    padding: 1em;
    padding-bottom: 0;
}

div.question:last-child {
    margin-bottom: 0;
}

div.subQuestions {
    border: 2px dashed #ccc;
    padding: 1em;
}

div.subQuestions div.placeholder {
    color: #a0a0a0;
    margin-bottom: 1em;
}

span.triggerText {
    vertical-align: top;
}

div.settingsRow label {
    display: block;
}

div.nameRow {
    color: #707070;
    margin-top: 0.5em;
}

button.multiselect {
    background: #fff;
}

.multiselect-container > li > a {
    display: block;
    overflow: hidden;
}

.multiselect-container > li > a:hover {
    background: #eeeeff;
    cursor: pointer;
}

.multiselect-container > li > a > label {
    padding-left: 10px;
}
