.desertEditorHeader{
	height:auto;position:relative;background:#e0e0e0;border-bottom:solid 1px #000;-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none; font-family:FontAwesome,Cairo,Droid Arabic Kufi, Helvetica, Arial, sans-serif;
	}
.desertEditorHeader span {font-size:16px;border-right:solid 2px #eeefff;line-height:25px;padding:4px;display:inline-block;position:relative;-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none; }
.desertEditorHeader span div{display:none;position:absolute;right:0px;margin-top:0px;width:200px;}
.desertEditorHeader span:hover div{display:block;}
.desertEditorOuter{position:relative;border:solid 1px #334;overflow:hidden;background:#fff;font-family:none;}
.desertEditorOuter p{margin:0px;padding:0px;vertical-align:top;}
.desertEditorEditable{-webkit-user-select: default; vertical-align:top;}
.desertEditor-icon-inactive{}
.desertEditor-icon-active{background:#fff;}
.desertEditor-insertImage span{box-shadow:1px 1px 2px #000;z-index:10;display:none;position:absolute;left:-100px;height:80px;width:200px;background:#eee;}
