.kbj-user-shortcodes-plus-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin: 0 2px;
}

.kbj-user-shortcodes-plus-icon::before {
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    color: #82878c;
}

.kbj-user-shortcode-meta--wrapper {
    display: none;
}

div.notice.userprsh--notice{
  background-image: url('../images/bg_image.png');
  border: 1px solid #c3c4c7;
  padding: 12px 22px;
  margin: 5px 20px 5px 0px;
}
div.notice.userprsh--notice h3, div.notice.userprsh--notice p{
  color: #ffffff;
}

div.notice.userprsh--notice p.e-note{
    margin-top: 11px;
}

div.notice.userprsh--notice .e-notice__actions a{
  margin-right: 6px;
}

div.notice.userprsh--notice .e-button--cta.cta-secondary{
  color: #FFFFFF;
  background-color: #54375E;
  border-color: #54375E;
}

div.notice.userprsh--notice .e-button--cta{
  box-shadow: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}