.vcx-widget-divider {
	position: relative;
	font-family: var(--header-font-family);
	margin-right: auto;
	margin-left: auto;
	margin-top: var(--margin-top);
	margin-bottom: var(--margin-bottom);
}

.vcx-widget-divider[data-visible="on"] {
	padding: 30px 0;
}

.ux-dark-theme .vcx-widget-divider {
	--divider-color: #666;
}

.vcx-widget-divider .ux-divider {
	margin: 0 auto;
	max-width: 75%;
	text-align: center;
}

.vcx-widget-divider #divider-a {
	width: 320px;
	fill: var(--divider-color);
}

.vcx-widget-divider #divider-b {
	width: 100%;
	fill: none;
	stroke: var(--divider-color);
}

.vcx-widget-divider #divider-c .cls-1, .vcx-widget-divider #divider-c .cls-2 {
	fill:none;
	stroke: var(--divider-color);
	stroke-miterlimit:10;
	stroke-width:1.18px;
}

.vcx-widget-divider #divider-c .cls-2{
	stroke-dasharray:2.38 2.38;
}

.vcx-widget-divider > a.edit {
	position: absolute !important;
	top: 12px !important;
	right: 10px !important;
	width: 20px;
	height: 20px;
	background: url(../../css/images/graphite_btn_edit.png);
	z-index: 1;
	background-size: contain;
}

.vcx-widget-divider .command-button.settings {
	top: 36px !important;
	right: -34px !important;
}