#calculator form input { width: 70px; padding: 10px; color: #333333; margin: 0 5px; height: 44px; display: inline-block; background-color: #f2f2f2; border: 1px solid #ccc; }
#calculator form input.button { margin-left: 5px; background-color: #EB9E10; color: #fff; width: 44px; line-height: 44px; text-align: center; border-radius: 22px; padding: 0; border: none; }
#calculator form select { width: 80px; padding: 10px; color: #333333; height: 44px; display: inline-block; background-color: #f2f2f2; border: 1px solid #ccc; }
#calculator form span { display: inline-block; line-height: 44px; }
#calculator #calculatoranswer { font-weight: 300; font-size: 17px; padding-top: 10px; margin: 10px 0 0 0; }
#calculator #calculatoranswer span { font-weight: 700; }
#calculator #calculatoranswer #catiles { margin-right: 20px; }
#calculator .subtext { font-weight: 300; font-size: 12px; padding-top: 10px; margin: 10px 0 0 0; }