.acs-cst-btn {
	background-size: 42px 42px;
	/* background-position: -20px -20px; */
	background-repeat: no-repeat;
}
.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small, .x-btn-icon-right > .x-btn-icon-el-default-toolbar-small {
	width: 20px !important;
	background-size: 62px 62px !important;
}
.x-menu-item-link {
	min-height: 30px !important;
}
.acs-btn-bold {
	background-image: url('../img/icons/SVG/Bold.svg') !important;
}
.acs-btn-italic {
	background-image: url('../img/icons/SVG/Italic.svg') !important;
}
.acs-btn-underline {
	background-image: url('../img/icons/SVG/Underline.svg') !important;
}
.acs-btn-sub {
	background-image: url('../img/icons/SVG/Subscript.svg') !important;
}
.acs-btn-sup {
	background-image: url('../img/icons/SVG/Superscript.svg') !important;
}
.acs-btn-characterPicker {
	background-image: url('../img/icons/SVG/Glyph.svg') !important;
}
.acs-btn-cut {
	background-image: url('../img/icons/SVG/Cut.svg') !important;
}
.acs-btn-copy {
	background-image: url('../img/icons/SVG/Copy.svg') !important;
}
.acs-btn-paste {
	background-image: url('../img/icons/SVG/Paste.svg') !important;
}
.acs-btn-previous {
	background-image: url('../img/icons/SVG/Previous.svg') !important;
}
.acs-btn-next {
	background-image: url('../img/icons/SVG/Next.svg') !important;
}
.acs-btn-add {
	background-image: url('../img/icons/SVG/Add.svg') !important;
}
.acs-btn-find {
	background-image: url('../img/icons/SVG/FindAndReplace.svg') !important;
}
.acs-btn-undo {
	background-image: url('../img/icons/SVG/Undo.svg') !important;
}
.acs-btn-redo {
	background-image: url('../img/icons/SVG/Redo.svg') !important;
}