/* Enter Your Custom CSS Here */

.calculator {
 background-color: #fff;
}

.calculator input[type=text]{
 width:80%; 
}
.calculator input[type=radio]{
 width:30px; 
}