  .rs_addtools .rsbtn_toolpanel .rsbtn_tools, .rsbtn .rsbtn_toolpanel .rsbtn_tools {
      background: #f6f9fc;
      border: 1px solid #677077;
      border-radius: 2px;
      display: inline-block;
      position: absolute;
  }
  
  .rsbtn_toolpanel{
    width: 282px;
    left: 206px;
    font-size: 1rem !important;
  }
  .rsbtn_toolcontainer{
    min-width: 275px;
  }
  
  .rsbtn_toolcontainer li{
    float: left!important;
  }
.rsbtn_tooltoggle input[type="button"], button {
    min-width: 1em !important;
}
