﻿.navbar-inner {
    border-radius: 0 0 0 0;
}
#calculator-wrapper {
  font-size: 12px;padding:10px 30px ;font-size:12px;margin-bottom:10px;line-height:20px
}
#calculator-wrapper .uneditable-input {
  height: 20px;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
}
#calculator-wrapper .span1 {
  height: 20px;
  font-size: 12px;
}
#calculator-wrapper .span1 .visible-phone {
  line-height: 34px;
}
#calculator-wrapper .span1 .hidden-phone {
  line-height: 34px;
}
#calc-board .btn {
  /*width: 10%*/;
  height: auto;
  margin-bottom:4px;
  /*margin: 0 4px 4px 0*/;
  font-weight: bold;
  font-size: 10px;
}
#calc-panel {
max-height:129px;overflow:hidden}