.calculator input[type=text],
.calculator input[type=number] {
    max-width: 85px;
}

.calculator input[type=radio] {
    margin: 0 5px 0 10px;
}