/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

#uploading {
	display: none;
	position: absolute;
	width: 350px;
	height: 40px;
	background: rgba(0,0,0, 0.5);
	border: 2px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	color: black;
	font-weight: bold;
}
#uploading img { 
	vertical-align: middle; 
	margin-right: 30px; 
}

/* Tooltip */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background: #e0e0e0;
	border: 1px solid #d3d3d3;
	padding: 10px 20px;
	color: #000000;
	font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 0 0 5px 4d4d4d;
	text-align: left;
}
.ui-tooltip ul {
	list-style-type: circle;
}
body .ui-tooltip {
	border-width: 2px;
}
textarea, #editor > div {
    min-height: 150px;
}
#editor > div {
    width: 90% !important;
}

#editor {
    float: left;
    width: 84% !important;
}
