
/* Shared Styles */

[class^="edit-"],
body#tinymce [class^="edit-"] {
	padding: 30px 20px;
	margin: 30px 0;
}

.edit-alert-box {
	background: rgba(0, 150, 240, 0.1);
}

.edit-info-box {
	background: rgba(0, 0, 0, 0.05);
}

.edit-success-box {
	background: rgba(0, 230, 30, 0.1);
}

.edit-danger-box {
	background: rgba(255, 0, 0, 0.1);
}


/* Shared Styles END */ 