body {
    background-color: skyblue;
}

.chat-column .chat-messages {
    max-height: 50vh;
    overflow-y: scroll;
}

.processing-column {
    border: 1px solid white;
    max-height: 80vh;
    background-color: white;
    overflow-y: scroll;
}

.processing-column .header {
    font-weight: bold;
}

.processing-column .content {
    font-size: 90%;
}

.processing-column .source {
    font-size: 80%;
    padding: 5px;
    border: 1px solid gray;
    margin-top: 10px;
}

.user-icon {
    font-size: 32px;
}

.msgs {
    white-space: pre-wrap;
}
