.plab-plugin-widget {
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 6px #356aa0;
  max-width:350px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #ffffcc; 

}


/**************
TOOLTIP
*************/
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    /*text-transform: uppercase;*/
    box-shadow: 0 0 7px #356aa0;
	max-width:350px;
  margin-bottom: 30px;
  background-color: #0085ba;
    border: 2px solid white;
  }


.dashicons.sizeup {
    font-size: 28px;
}

#setting-error-settings_updated {
  display: none;
}