.calculator-angle-mode .selected-anglemode {
  color: #050505;
}
.calculator-angle-mode .unselected-anglemode {
  color: #BBBBBB;
}
#answer_area .calculator {
  width: 181px;
  margin: 0 auto;
}
#answer_area .calculator .history {
  font: 14px/1.5 Menlo, Monaco, Courier, monospace;
  margin: 0 0 10px;
  width: 183px;
  background-color: white;
  border-radius: 5px;
}
#answer_area .calculator .history #calc-output-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 80px;
}
#answer_area .calculator .history #calc-output {
  height: 80px;
  text-align: left;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
#answer_area .calculator .history .output {
  text-align: right;
  margin-right: 3px;
}
#answer_area .calculator .history input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  font: inherit;
  margin: 5px 3px 3px;
  width: 98%;
  padding-left: 25px;
  padding-right: 8px;
  text-align: right;
  border: none;
  outline-width: 0;
}
#answer_area .calculator .history .input {
  position: relative;
}
#answer_area .calculator .history .input-history {
  position: relative;
  margin-left: 3px;
}
#answer_area .calculator .history .status a {
  position: absolute;
  font: 10px/1.5 Menlo, Monaco, Courier, monospace;
  color: #999;
  text-decoration: none;
  line-height: 9px;
  height: 19px;
  top: 5px;
  left: 6px;
}
#answer_area .calculator .keypad .calc-row {
  margin: 5px 0;
}
#answer_area .calculator .keypad .calc-row a {
  background: #ccc;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  text-decoration: none;
  width: 31px;
}
#answer_area .calculator .keypad .calc-row a:hover {
  background: #bbb;
}
#answer_area .calculator .keypad .calc-row a:active {
  background: #aaa;
}
#answer_area .calculator .keypad .calc-row a.dark {
  background: #aaa;
}
#answer_area .calculator .keypad .calc-row a.dark:hover {
  background: #999;
}
#answer_area .calculator .keypad .calc-row a.dark:active {
  background: #888;
}
#answer_area .calculator .keypad a sup {
  vertical-align: super;
  font-size: 80%;
  line-height: 0;
}
#answer_area .calculator .keypad a.wide {
  width: 67px;
}

