
.flexColumn {
    display:flex;
    flex-direction:column;
    align-items:center;
}


.flexRow {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.error {
    color:red;
}

body {
    font:1em sans-serif;
}

main {
    max-width:50em;
}

input {
    width:20em;
}

#KBtextDIV {
    max-width:50em;
    height:10em;
    overflow:scroll;
    text-align:left;
    border: 1ex groove #fcfcfc;
    padding:1ex;
    line-height:4ex;
    margin-top:1em;
}

.busyDIV svg {
    height:1em;
    width:1em;
    vertical-align: text-top;
}

