.form-row {
    margin-bottom: 18px;
}

.form-row label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

.form-row input,
.form-row select,
.form-row textarea,
.prompt-output {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
}

.prompt-output {
    min-height: 480px;
    background: #ffffff;
}