/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2025 | 14:19:24 */
/* span textbox */
/* die Textbox auch im Backend WYSIWYG Editor anzeigen */
/* entspricht den Einstellungen wie auf der Webseite */
body#tinymce span.textbox {
	display: inline-block;
	padding: 8px 12px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	text-align: center;
}
/* span textbox */