* {
    margin: 0;
    padding: 0;
}

body {
    margin: 10px 0;
    background: #ffffff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}

#calculator {
    width: 709px;
    margin: 0 auto;
    background-color: ebf3f6;
}

#spacer{
    width: 709px;
    height: 10px;
    margin: 0px auto;
}

#calculator select {
   background: #dddddd;
   width: 150px;
   text-align: right;
   float: right;
   direction: rtl;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
/*   height: 34px;*/
/*   -webkit-appearance: none;*/
   }
   
#calculator input {
   background: #dddddd;
   width: 150px;
   text-align: right;
   direction: rtl;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
/*   height: 34px;*/
/*   -webkit-appearance: none;*/
   }