.calculator-input {
  width: 90%;
}#currency, #currencypair {    padding: 0.7%;	width: 93%;}
.control-group {    float: left;    margin-bottom: 15px !important;    width: 33%;
}#btn-swap-money { display:none; }.main_calculator {    background: #eaeaea none repeat scroll 0 0;    float: left;    padding: 2% 0 2% 3%;    width: 97%;	border-radius:3px 3px 0px 0px;	border:1px #014b92 solid;}.button_calculator { width:100%; }.btn.btn-default.btn-taller.btn-cal {    background: #014b92 none repeat scroll 0 0;    border: 0 none;    border-radius: 3px;    margin: 0;}.btn-cal-clear {    background: #014b92 none repeat scroll 0 0;    border: 0 none;    border-radius: 3px;}.main_calculator_result {    background: #eaeaea none repeat scroll 0 0;    float: left;    padding: 2% 0 2% 3%;    width: 97%;	border-radius:0px 0px 3px 3px;	border-left:1px #014b92 solid; border-right:1px #014b92 solid; border-bottom:1px #014b92 solid;}
