.inputDiv {
    margin-bottom: 40px;
}

input[type=text] {
    padding: 5px;
}

input[readonly] {
    background-color: beige;
}
