form > div{
    display: inline;
}
form > div > label {
    display: block;
}
.red-background {
    background-color: red;
}
