.inputBlock{background-color:#FFF;border-radius:10px;font-weight:bold;height:40px;padding:0 5px;text-align:center;width:calc(100% - 10px);}
.block{width:145px;}
	.block h2{font-size:120%;text-align:center;width:100%;}
	
.choiceHolder{margin-bottom:20px;}
	.choiceBlock{background-color:#FFF;border-radius:10px;font-weight:bold;height:68px;line-height:68px;margin-bottom:9px;text-align:center;width:68px;}
	.choiceBlock:hover{background-color:#900;color:#FFF;cursor:pointer;}
		.activeBlock{background-color:#900;color:#FFF;}
		
#calculateButton{background-color:#900;border-radius:10px;color:#FFF;cursor:pointer;height:50px;line-height:50px;margin-top:10px;text-align:center;width:100%;}