h4 {
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
}
.list {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.deleted div {
    text-decoration: line-through;
}
.deleted input {
    display:none;
}
input[type=text],input[type=number],select {
    margin-bottom:10px !important;
}