form label {
    display: block;
    margin-bottom: 10px;
}
input[type="text"], input[type="date"], textarea {
    width: 100%;
    max-width: 400px;
}
textarea {
    height: 100px;
}
ul {
    list-style: none;
    padding: 0;
}
li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}