/* = Content Editable
========================================================== */

.editing {
	outline: 1px dotted #f00;
	position: relative;
	text-transform: none !important;
}
*[contenteditable] {
	outline: 1px dotted #88c541;
}
*[contenteditable] .links {
	background: #fff;
	color: #424242;
	font-size: 10px;
	float: right;
	line-height: normal;
	position: absolute;
	right: 0px;
	bottom: -15px;
	outline: 1px dotted #f00;
	text-transform: lowercase;
}
*[contenteditable] .links a {
	color: #706659;
	cursor: pointer;
	font-family: arial;
	padding: 2px 5px;
}
#option-hello.iam,
#option-hello.editing {
	outline: 1px dotted #f00;
	min-width: 40px;
}
.red {
	outline: 1px dotted #f00;
}
