.jsoneditor-field {
	width: 100%;
	min-width: 0;
	padding: 0 !important;
}

.jsoneditor-field__toolbar {
	margin-bottom: 10px;
	text-align: right;
	width: 100%;
}

.jsoneditor-field__error {
	background-color: #fdf1f1;
	border: 1px solid #ebcccc;
	border-radius: 4px;
	color: #a94442;
	margin-bottom: 10px;
	padding: 8px 10px;
}

.jsoneditor-field__empty {
	background-color: #fff;
	border: 1px dashed #c8d4df;
	border-radius: 4px;
	padding: 24px;
	text-align: center;
}

.jsoneditor-field__empty-text {
	margin-bottom: 12px;
}

.jsoneditor-field__editor {
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
	min-width: 0;
}

.jsoneditor-field__source-wrapper {
	margin-top: 10px;
	width: 100%;
}

.jsoneditor-field__source {
	font-family: monospace;
	max-width: 100%;
	width: 100%;
}

.jsoneditor-field__source-actions {
	margin-top: 8px;
	text-align: right;
}

.jsoneditor {
	border-radius: 4px;
	box-sizing: border-box;
	max-width: 100%;
	width: 100% !important;
}

.jsoneditor .jsoneditor-menu {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.jsoneditor-outer,
.jsoneditor textarea.jsoneditor-text,
.jsoneditor .ace-jsoneditor {
	max-width: 100%;
	width: 100%;
}
