body {
    background: rgb(94, 124, 215);
    margin: 20px
}

form {
    display: table;
    padding: 10px;
    border: thin dotted black;
    background-color: royalblue;
}

form textarea {
    width: 500px;
    height: 200px;
}

div.tableRow {
    display: table-row;
}

div.tableRow p {
    display: table-cell;
    vertical-align: top;
    padding: 3px;
}


p.heading {
    font-weight: bold;
}