.tx-editor-wrapper {
	position: relative;
}

.tx-editor-wrapper textarea {
	padding-right: 45px;
}

.tx-editor-wrapper .tx-editor.expanded {
	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	z-index: 9999;
}

.tx-editor-wrapper .tx-editor {
	min-height: 35px;
}

.tx-editor-wrapper .tx-editor .tx-icon {
	position: absolute;
	right: 24px;
	top: 8px;
	width: 18px;
	height: 16px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA4LzE2LzEzspl6ugAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAB7SURBVDiN7ZOxCsAgDESvxXyhi5P/Fif/0i6NGJH2KIUufVOUJB45s6lqw0DOGQylFHfeqSqCYEGMESJCF6aUAAC1Vt9IRPolixtDG1DVxjLnhtVL8yAvlZy8Nuy/0T1L19g1cY3Mavupd9bPWL5T9ERJV2SBrcfn238A3whjoYEPESwAAAAASUVORK5CYII=');
	cursor: pointer;
	z-index: 10;
}

.tx-editor-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
}
