.note-editing-area, .note-editable{
	height: 650px;
	overflow: auto;
	padding-right: 25px;
}

h4 {
	font-size: 18px !important;
}

.wrapper{
	padding: 22px;
}

#example tbody tr:hover{
    background-color: lightyellow;
}


figure { 
	display: table; 
	float: left;
	margin: 10px;
}


figcaption { 
	display: table-caption;
	caption-side: bottom ; 
	background: #f7f7f7;
	padding: 5px;
	font-size: 12px;
}
	