.shape-builder
  {
    position:relative;
  }

  .shape-builder .ui, .bar-model .ui
  {
    position:absolute;
    bottom:0px;
    right:0px;
  }

  .shape-builder .key
  {
    display:inline-block;
    background-color:#eee;
    padding:5px 10px;
    border-radius:5px;
    border-bottom:2px solid #ccc;
  }

  .shape-builder .key .sample-grid
  {
    width:41px;
    display:inline-block;
    vertical-align:middle;
    background-image:url('../common-assets/assets/icon-grid.png');
    height:30px;
  }

  .shape-builder .key input
  {
    width:30px;
    vertical-align:middle;
    border:none;
    border-top:1px solid #bbb;
    padding:3px;
    border-radius:5px;
    outline:none;
    font-size:inherit;
    background:white;
  }

  .shape-builder .key input:disabled
  {
    background:#f9f9f9;
    border-top:1px solid white;

  }

  .shape-builder .capsule-button, .bar-model .capsule-button
  {
    background-color:#DB7662;
    border-color:#AE5E4E;
  }