/** Trumbowyg v2.0.0-beta.7 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
.trumbowyg-box {
	padding-top: 37px;
}
.trumbowyg-box *,
.trumbowyg-box ::after,
.trumbowyg-box ::before {
	box-sizing: border-box;
}
.trumbowyg-box,
.trumbowyg-editor {
	display: block;
	position: relative;
	border: 1px solid #ddd;
	width: 96%;
	min-height: 300px;
	margin: 17px auto;
}
.trumbowyg-box .trumbowyg-editor {
	margin: 0 auto;
}
.trumbowyg-box.trumbowyg-fullscreen {
	background: #fefefe;
}
.trumbowyg-editor,
.trumbowyg-textarea {
	position: relative;
	box-sizing: border-box;
	padding: 1% 2%;
	min-height: 300px;
	width: 100%;
	border-style: none;
	resize: none;
	outline: 0;
	overflow: auto;
}
.trumbowyg-box-blur .trumbowyg-editor * {
	color: transparent !important;
	text-shadow: 0 0 7px #333;
}
.trumbowyg-box-blur .trumbowyg-editor img {
	opacity: 0.2;
}
.trumbowyg-textarea {
	position: relative;
	display: block;
	overflow: auto;
	border: none;
	white-space: normal;
	font-size: 14px;
	font-family: Inconsolata, Consolas, Courier, "Courier New", sans-serif;
	line-height: 18px;
}
.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
	position: absolute;
	top: 36px;
	height: 1px !important;
	width: 25%;
	min-height: 0 !important;
	padding: 0 !important;
	background: 0 0;
	opacity: 0;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
	display: block;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
	display: none;
}
.trumbowyg-editor[contenteditable="true"]:empty:before {
	content: attr(placeholder);
	color: #999;
}
.trumbowyg-button-pane {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 37px;
	background: #ecf0f1;
	border-bottom: 1px solid #d7e0e2;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.trumbowyg-button-pane li {
	display: block;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 0 !important;
}
.trumbowyg-button-pane li.trumbowyg-separator {
	width: 1px;
	background: #d7e0e2;
	margin: 0 5px;
	height: 35px;
}
.trumbowyg-button-pane.trumbowyg-disable li:not(.trumbowyg-not-disable) button:not(.trumbowyg-active) {
	opacity: 0.2;
	cursor: default;
}
.trumbowyg-button-pane.trumbowyg-disable li.trumbowyg-separator {
	background: #e3e9eb;
}
.trumbowyg-button-pane li button {
	padding: 1px 6px !important;
}
.trumbowyg-button-pane li button.trumbowyg-active,
.trumbowyg-button-pane li.trumbowyg-not-disable button:focus,
.trumbowyg-button-pane li.trumbowyg-not-disable button:hover,
.trumbowyg-button-pane:not(.trumbowyg-disable) li button:focus,
.trumbowyg-button-pane:not(.trumbowyg-disable) li button:hover {
	background-color: #fff;
	outline: 0;
}
.trumbowyg-button-pane li .trumbowyg-open-dropdown:after {
	display: block;
	content: " ";
	position: absolute;
	top: 25px;
	right: 3px;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-top-color: #555;
}
.trumbowyg-button-pane .trumbowyg-buttons-right {
	float: right;
	width: auto;
}
.trumbowyg-button-pane .trumbowyg-buttons-right button {
	float: left;
}
.trumbowyg-dropdown {
	width: 200px;
	border: 1px solid #ecf0f1;
	padding: 5px 0;
	border-top: none;
	background: #fff;
	margin-left: -1px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
}
.trumbowyg-dropdown button {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	background: #fff;
	padding: 0 14px;
	color: #333 !important;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: 15px;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
	background: #ecf0f1;
}
.trumbowyg-modal {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -260px;
	width: 520px;
	height: 350px;
	z-index: 11;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.trumbowyg-modal-box {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	padding-bottom: 45px;
	z-index: 1;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.trumbowyg-modal-box .trumbowyg-modal-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 15px 0 13px;
	display: block;
	border-bottom: 1px solid #eee;
	color: #333;
	background: #fbfcfc;
}
.trumbowyg-modal-box .trumbowyg-progress {
	width: 100%;
	background: red;
	height: 3px;
	position: absolute;
	top: 58px;
}
.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
	background: #2bc06a;
	height: 100%;
	-webkit-transition: width 0.15s linear;
	transition: width 0.15s linear;
}
.trumbowyg-modal-box label {
	display: block;
	position: relative;
	margin: 15px 12px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
}
.trumbowyg-modal-box label .trumbowyg-input-infos {
	display: block;
	text-align: left;
	height: 25px;
	line-height: 25px;
	-webkit-transition: all 0.15;
	transition: all 0.15;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span {
	display: block;
	color: #69878e;
	background-color: #fbfcfc;
	border: 1px solid #dedede;
	padding: 0 7px;
	width: 137px;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
	color: #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
	border: 1px solid #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
	margin-top: -27px;
}
.trumbowyg-modal-box label input {
	position: absolute;
	top: 0;
	right: 0;
	height: 27px;
	line-height: 27px;
	border: 1px solid #dedede;
	background: 0 0;
	font-size: 14px;
	width: 340px;
	padding: 0 7px;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.trumbowyg-modal-box label input:focus,
.trumbowyg-modal-box label input:hover {
	outline: 0;
	border: 1px solid #95a5a6;
}
.trumbowyg-modal-box label input:focus {
	background: rgba(230, 230, 255, 0.1);
}
.trumbowyg-modal-box .error {
	margin-top: 25px;
	display: block;
	color: red;
}
.trumbowyg-modal-box .trumbowyg-modal-button {
	position: absolute;
	bottom: 10px;
	right: 0;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100px;
	height: 35px;
	line-height: 33px;
	margin: 0 10px;
	background-color: #333;
	border: none;
	cursor: pointer;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 16px;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
	right: 110px;
	background: #2bc06a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
	background: #40d47e;
	outline: 0;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
	background: #25a25a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
	color: #555;
	background: #e6e6e6;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
	background: #fbfbfb;
	outline: 0;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
	background: #d4d4d4;
}
.trumbowyg-overlay {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	left: 0;
	display: none;
	z-index: 10;
}
body.trumbowyg-body-fullscreen {
	overflow: hidden;
}
.trumbowyg-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 99999;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen.trumbowyg-box {
	border: none;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
	height: calc(100% - 37px) !important;
	overflow: auto;
	margin-top: 37px;
}
.trumbowyg-fullscreen .trumbowyg-overlay {
	height: 100% !important;
}
.trumbowyg-editor embed,
.trumbowyg-editor img,
.trumbowyg-editor object,
.trumbowyg-editor video {
	max-width: 100%;
}
.trumbowyg-editor img,
.trumbowyg-editor video {
	height: auto;
}
.trumbowyg-editor img {
	cursor: move;
}
.trumbowyg-editor.trumbowyg-reset-css {
	background: #fefefe !important;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.45em !important;
	white-space: normal !important;
	color: #333;
}
.trumbowyg-editor.trumbowyg-reset-css a {
	color: #15c !important;
	text-decoration: underline !important;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote,
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul {
	box-shadow: none !important;
	background: 0 0 !important;
	margin: 0 0 15px !important;
	line-height: 1.4em !important;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
	font-size: 14px !important;
	border: none;
}
.trumbowyg-editor.trumbowyg-reset-css hr,
.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object {
	margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote {
	margin-left: 32px !important;
	font-style: italic !important;
	color: #555;
}
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css ul {
	padding-left: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ul ul {
	border: none;
	margin: 2px !important;
	padding: 0 0 0 24px !important;
}
.trumbowyg-editor.trumbowyg-reset-css hr {
	display: block;
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}
.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
	color: #111;
	background: 0 0;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: 700;
}
.trumbowyg-editor.trumbowyg-reset-css h1 {
	font-size: 32px !important;
	line-height: 38px !important;
	margin-bottom: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h2 {
	font-size: 26px !important;
	line-height: 34px !important;
	margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h3 {
	font-size: 22px !important;
	line-height: 28px !important;
	margin-bottom: 7px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h4 {
	font-size: 16px !important;
	line-height: 22px !important;
	margin-bottom: 7px !important;
}
.trumbowyg-black .trumbowyg-button-pane {
	background-color: #222;
	border-bottom-color: #343434;
}
.trumbowyg-black .trumbowyg-button-pane li.trumbowyg-separator {
	background-color: #343434;
}
.trumbowyg-black .trumbowyg-button-pane.trumbowyg-disable li.trumbowyg-separator {
	background-color: #2a2a2a;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-active,
.trumbowyg-black .trumbowyg-button-pane li.trumbowyg-not-disable button:focus,
.trumbowyg-black .trumbowyg-button-pane li.trumbowyg-not-disable button:hover,
.trumbowyg-black .trumbowyg-button-pane:not(.trumbowyg-disable) li button:focus,
.trumbowyg-black .trumbowyg-button-pane:not(.trumbowyg-disable) li button:hover {
	background-color: #555;
}
.trumbowyg-black .trumbowyg-button-pane li .trumbowyg-open-dropdown:after {
	border-top-color: #fff;
}
.trumbowyg-black .trumbowyg-dropdown {
	border-color: #222;
	background: #222;
}
.trumbowyg-black .trumbowyg-dropdown button {
	background: #222;
	color: #fff !important;
}
.trumbowyg-black .trumbowyg-dropdown button:focus,
.trumbowyg-black .trumbowyg-dropdown button:hover {
	background: #555;
}
.trumbowyg-black .trumbowyg-modal-box {
	background-color: #222;
}
.trumbowyg-black .trumbowyg-modal-box .trumbowyg-modal-title {
	border-bottom: 1px solid #555;
	color: #fff;
	background: #3c3c3c;
}
.trumbowyg-black .trumbowyg-modal-box label {
	display: block;
	position: relative;
	margin: 15px 12px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
}
.trumbowyg-black .trumbowyg-button-pane li:first-child button,
.trumbowyg-button-pane li:first-child button {
	margin-left: 6px;
}
.trumbowyg-black .trumbowyg-button-pane li:last-child button,
.trumbowyg-button-pane li:last-child button {
	margin-right: 6px;
}
.trumbowyg-black .trumbowyg-modal-box label .trumbowyg-input-infos span {
	color: #eee;
	background-color: #2f2f2f;
	border-color: #222;
}
.trumbowyg-black .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
	color: #e74c3c;
}
.trumbowyg-black .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-black .trumbowyg-modal-box label.trumbowyg-input-error textarea {
	border-color: #e74c3c;
}
.trumbowyg-black .trumbowyg-modal-box label input {
	border-color: #222;
	color: #eee;
	background: #333;
}
.trumbowyg-black .trumbowyg-modal-box label input:focus,
.trumbowyg-black .trumbowyg-modal-box label input:hover {
	border-color: #95a5a6;
}
.trumbowyg-black .trumbowyg-modal-box label input:focus {
	background-color: rgba(230, 230, 255, 0.1);
}
.trumbowyg-black .trumbowyg-overlay {
	background-color: rgba(0, 0, 0, 0.5);
}
.trumbowyg-button-pane li button {
	display: block;
	position: relative;
	text-indent: -9999px;
	width: 35px;
	height: 35px;
	overflow: hidden;
	background: url(images/icons-black.png) no-repeat;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 0.15s, background-image 0.15s, opacity 0.15s;
	transition: background-color 0.15s, background-image 0.15s, opacity 0.15s;
}
.trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
	background-position: -70px -95px;
}
.trumbowyg-button-pane li button.trumbowyg-formatting-button {
	background-position: -45px -20px;
}
.trumbowyg-button-pane li button.trumbowyg-bold-button,
.trumbowyg-button-pane li button.trumbowyg-strong-button {
	background-position: 5px -20px;
}
.trumbowyg-button-pane li button.trumbowyg-em-button,
.trumbowyg-button-pane li button.trumbowyg-italic-button {
	background-position: -70px -45px;
}
.trumbowyg-button-pane li button.trumbowyg-underline-button {
	background-position: 5px -95px;
}
.trumbowyg-button-pane li button.trumbowyg-del-button,
.trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
	background-position: -95px -70px;
}
.trumbowyg-button-pane li button.trumbowyg-link-button {
	background-position: -45px -70px;
}
.trumbowyg-button-pane li button.trumbowyg-insertImage-button {
	background-position: -70px -20px;
}
.trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
	background-position: -20px -70px;
}
.trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
	background-position: -20px -20px;
}
.trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
	background-position: -95px -20px;
}
.trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
	background-position: 5px 5px;
}
.trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
	background-position: -20px -95px;
}
.trumbowyg-button-pane li button.trumbowyg-orderedList-button {
	background-position: -70px -70px;
}
.trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
	background-position: -70px 5px;
}
.trumbowyg-button-pane li button.trumbowyg-removeformat-button {
	background-position: -95px 5px;
}
.trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
	background-position: -20px -45px;
}
.trumbowyg-button-pane li button.trumbowyg-close-button {
	background-position: -45px 5px;
}
.trumbowyg-fullscreen .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
	background-position: 5px -45px;
}
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
	background-position: -45px -45px;
}
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
	background-position: -95px -45px;
}
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button,
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
	background-position: 5px -70px;
}
.trumbowyg-black .trumbowyg-button-pane li button {
	background-image: url(images/icons-white.png);
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
	background-position: -70px -95px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-formatting-button {
	background-position: -45px -20px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-bold-button,
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strong-button {
	background-position: 5px -20px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-em-button,
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-italic-button {
	background-position: -70px -45px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-underline-button {
	background-position: 5px -95px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-del-button,
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
	background-position: -95px -70px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-link-button {
	background-position: -45px -70px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
	background-position: -70px -20px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
	background-position: -20px -70px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
	background-position: -20px -20px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
	background-position: -95px -20px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
	background-position: 5px 5px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
	background-position: -20px -95px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
	background-position: -70px -70px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
	background-position: -70px 5px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
	background-position: -95px 5px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
	background-position: -20px -45px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-close-button {
	background-position: -45px 5px;
}
.trumbowyg-black .trumbowyg-fullscreen .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
	background-position: 5px -45px;
}
.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
	background-position: -45px -45px;
}
.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
	background-position: -95px -45px;
}
.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button,
.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
	background-position: 5px -70px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (min--moz-device-pixel-ratio: 1.3),
	only screen and (min-device-pixel-ratio: 1.3),
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	.trumbowyg-button-pane li button {
		background-size: 125px 125px !important;
		background-image: url(images/icons-black-2x.png) !important;
	}
	.trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
		background-position: -70px -95px;
	}
	.trumbowyg-button-pane li button.trumbowyg-formatting-button {
		background-position: -45px -20px;
	}
	.trumbowyg-button-pane li button.trumbowyg-bold-button,
	.trumbowyg-button-pane li button.trumbowyg-strong-button {
		background-position: 5px -20px;
	}
	.trumbowyg-button-pane li button.trumbowyg-em-button,
	.trumbowyg-button-pane li button.trumbowyg-italic-button {
		background-position: -70px -45px;
	}
	.trumbowyg-button-pane li button.trumbowyg-underline-button {
		background-position: 5px -95px;
	}
	.trumbowyg-button-pane li button.trumbowyg-del-button,
	.trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
		background-position: -95px -70px;
	}
	.trumbowyg-button-pane li button.trumbowyg-link-button {
		background-position: -45px -70px;
	}
	.trumbowyg-button-pane li button.trumbowyg-insertImage-button {
		background-position: -70px -20px;
	}
	.trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
		background-position: -20px -70px;
	}
	.trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
		background-position: -20px -20px;
	}
	.trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
		background-position: -95px -20px;
	}
	.trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
		background-position: 5px 5px;
	}
	.trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
		background-position: -20px -95px;
	}
	.trumbowyg-button-pane li button.trumbowyg-orderedList-button {
		background-position: -70px -70px;
	}
	.trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
		background-position: -70px 5px;
	}
	.trumbowyg-button-pane li button.trumbowyg-removeformat-button {
		background-position: -95px 5px;
	}
	.trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
		background-position: -20px -45px;
	}
	.trumbowyg-button-pane li button.trumbowyg-close-button {
		background-position: -45px 5px;
	}
	.trumbowyg-fullscreen .trumbowyg-button-pane li a.trumbowyg-fullscreen-button {
		background-position: 5px -45px;
	}
	.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
	.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
		background-position: -45px -45px;
	}
	.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
		background-position: -95px -45px;
	}
	.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button,
	.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
		background-position: 5px -70px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button {
		background-size: 125px 125px !important;
		background-image: url(images/icons-white-2x.png) !important;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
		background-position: -70px -95px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-formatting-button {
		background-position: -45px -20px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-bold-button,
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strong-button {
		background-position: 5px -20px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-em-button,
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-italic-button {
		background-position: -70px -45px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-underline-button {
		background-position: 5px -95px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-del-button,
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
		background-position: -95px -70px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-link-button {
		background-position: -45px -70px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
		background-position: -70px -20px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
		background-position: -20px -70px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
		background-position: -20px -20px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
		background-position: -95px -20px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
		background-position: 5px 5px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
		background-position: -20px -95px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
		background-position: -70px -70px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
		background-position: -70px 5px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
		background-position: -95px 5px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
		background-position: -20px -45px;
	}
	.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-close-button {
		background-position: -45px 5px;
	}
	.trumbowyg-black .trumbowyg-fullscreen .trumbowyg-button-pane li a.trumbowyg-fullscreen-button {
		background-position: 5px -45px;
	}
	.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
	.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
		background-position: -45px -45px;
	}
	.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
		background-position: -95px -45px;
	}
	.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button,
	.trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
		background-position: 5px -70px;
	}
}
