/* css perso */

.txtareanote {
	background-color:#fefefe;
	font-size:13px;
	font-weight:400;
	width:90%;
	border-radius:6px;
	}
	
	
.emailanote {
	background-color:#fefefe;
	font-size:13px;
	font-weight:400;
	width:90%;
	border-radius:3px;
}


.content_scrolling{
    position: absolute;
    left: 10px;
    top:120px;
    width: 86%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    padding:10px;
}
.content_scrolling_text{
    max-height: 90% !important;
}

.selected_item {
    color: #aa50f5;
}