input {
    margin-top: 10px;
}

input[type="button"] {
    margin-left: 5px;
    margin-bottom: 10px;
}

label::after {
    content: "\a";
    white-space: pre;
}
