div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 16px;
  display: none;
}

div.colorPicker-palette {
  width: 200px;
  margin: 0;
  margin-top: 10px;
  position: absolute;
  padding: 2px;
  z-index: 9999;
}

div.colorPicker_hexWrap {
    display: none;
    width: 100%;
    float:left;
}

div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%;}

div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 22px;
  width: 22px;
  border: 0px solid rgba(0, 0, 0, 0.0);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;

  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */

  margin: 0;
  float: left;
  cursor: pointer;
  line-height: 20px;
}
