/* visual composer - space attributes */
.wpb_pcud-form .vc_admin_label:not(:nth-of-type(1)):before,
.wpb_pcud-user-data .vc_admin_label:not(:nth-of-type(1)):before,
.wpb_pcud-cond-block .vc_admin_label:not(:nth-of-type(1)):before {
	color: #555;
    content: "|";
    margin-left: 2px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}