#plugin-calculator {
  width: 262px;
  border: 1px solid black; }
  #plugin-calculator #display {
    /*width: 100%;*/
    text-align: right;
    font-size: 45px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px;
    height: 1em;
    line-height: 1em; }
    #plugin-calculator #display .suffix {
      font-size: 20px;
      display: inline-block;
      vertical-align: super; }
  #plugin-calculator .action {
    display: inline-block;
    width: 65px;
    box-sizing: content-box;
    vertical-align: top;
    margin-left: -3px; }
  #plugin-calculator .pad {
    display: inline-block;
    width: 197px;
    box-sizing: content-box; }
  #plugin-calculator .type :before {
    content: " ";
    display: table; }
  #plugin-calculator .type :after {
    clear: both; }
  #plugin-calculator .button {
    height: 67.5px;
    width: 65px;
    margin: 0px;
    display: inline;
    float: left;
    padding-top: 0;
    border-style: solid solid none none;
    border-width: thin;
    border-color: #ccc;
    font-size: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    #plugin-calculator .button.stretchH {
      width: 130px; }
    #plugin-calculator .button.stretchV {
      height: 135px; }
    #plugin-calculator .button:focus {
      outline: 0; }
    #plugin-calculator .button.btnO {
      background-color: dimgray;
      color: #fff;
      font-size: 25px; }
    #plugin-calculator .button.btnO:active {
      background-color: #d67526; }
