.jquery-notebook.editor{
	position:relative;
	outline:0;
	min-height:50px;
	overflow-y: auto !important;
	width: 96% !important;
}

.jquery-notebook.editor p{
	z-index:2;
	position:relative
}

.jquery-notebook.editor p.placeholder{
	position:absolute;
	z-index:1;
	opacity:.5;
	pointer-events:none
}

.jquery-notebook p:first-child,.jquery-notebook p.placeholder+p{
	margin-top:0
;
	line-height: 0;
	margin-bottom: 0;
}

.jquery-notebook.bubble{
	position: relative;
	z-index: 34300;
	opacity:1;
	height: 30px;
	/* left:0;
	 *//* top: -14%;
	 */line-height: inherit;
	/* bottom: 5%;
	 */margin-bottom: 0.5%;
	/* left: 2%; *//* vertical-align: inherit;
	 */border-top: 1px solid #eee;
	width: 99%;
	padding: 0;
	opacity:0;
	border-radius:5px;
	/* border:1px solid #1C1C1B;
	 *//* -webkit-box-shadow:0 2px 3px rgba(0,0,0,.2),inset 0 0 2px rgba(255,255,255,.2);
	 *//* box-shadow:0 2px 3px rgba(0,0,0,.2),inset 0 0 2px rgba(255,255,255,.2);
	 */background: #fff;
	/* background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(55,55,53,1)),color-stop(100%,rgba(40,40,39,1)));
	 *//* background:-webkit-linear-gradient(top,rgba(55,55,53,1) 0,rgba(40,40,39,1) 100%);
	 *//* background:-webkit-gradient(linear,left top,left bottom,from(rgba(55,55,53,1)),to(rgba(40,40,39,1)));
	 *//* background:-webkit-linear-gradient(top,rgba(55,55,53,1) 0,rgba(40,40,39,1) 100%);
	 *//* background:linear-gradient(to bottom,rgba(55,55,53,1) 0,rgba(40,40,39,1) 100%);
	 */
	-webkit-transition:.15s ease-in-out;
	transition:.15s ease-in-out;
	-webkit-transition:.15s ease-in-out
}

.jquery-notebook.bubble.active{
	opacity:1
}

.jquery-notebook.bubble.jump{
	-webkit-transition:opacity .15s;
	transition:opacity .15s;
	-webkit-transition:opacity .15s
}

.jquery-notebook.bubble:after{
	/* content:'';
	 */display:block;
	position:absolute;
	left:50%;
	bottom:-6px;
	margin-left:-8px;
	width:16px;
	height:16px;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	background:#282827;
	-webkit-box-shadow:2px 2px 1px rgba(0,0,0,.1);
	box-shadow:2px 2px 1px rgba(0,0,0,.1)
}

.jquery-notebook.bubble ul{
	padding:0;
	margin:0;
	list-style:none
}

.jquery-notebook.bubble ul li{
	display:inline;
	margin: 0;
	padding: 0;
}

.jquery-notebook.bubble button{
	outline:0;
	border:0;
	background:transparent;
	width: 20px;
	height: 20px;
	/* vertical-align: top;
	 */font-family:FontAwesome;
	/* line-height: 1;
	 */color: #222;
	padding: 0;
	font-size: 11.5pt;
	cursor:pointer;
	-webkit-font-smoothing:antialiased;
	margin: 0.2em;
	margin-left: 0.20em;
}

.jquery-notebook.bubble button.active{
	color:#60D778
}

.jquery-notebook.bubble button.bold:after{
	content:"\f032"
}

.jquery-notebook.bubble button.italic:after{
	content:"\f033"
}

.jquery-notebook.bubble button.underline:after{
	content:"\f0cd"
}

.jquery-notebook.bubble button.anchor:after{
	content:"\f0c1"
}

.jquery-notebook.bubble button.paste:after{
	content:"\f0ea"
}

.jquery-notebook.bubble button.h1:after{
	font-family:inherit;
	content:"h1"
}

.jquery-notebook.bubble button.h2:after{
	font-family:inherit;
	content:"h2"
}

.jquery-notebook.bubble button.ul:after{
	font-family:inherit;
	content:"\f0ca"
}

.jquery-notebook.bubble button.ol:after{
	font-family:inherit;
	content:"\f0cb"
}

.jquery-notebook .link-area{
	display:none
}

.jquery-notebook .link-area button{
	float:left}

.jquery-notebook .link-area button:after{
	content:"\f00d"
}

.jquery-notebook input[type=text]{
	width: 210px;
	/* height:28px;
	 */margin:6px 0 0 10px;
	background:0;
	border:0;
	outline:0;
	color: #444;
	font-size:14px;
	float:left
}
