/** These styles are used in the backend editor AND in your Theme. **/

div.tip {
	border-left: solid 3px #ffd800;
	padding: 15px;
	margin-top: 35px;
	margin-bottom: 35px;
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
}

div.warning {
	border: solid 2px #fb743f;
	border-radius: 3px;
	padding: 15px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 30px;
	margin-right: 30px;
}

