#result {
	color: #337ab7;
	font-size: small;
	font-weight: bold;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-radius: 4px;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	padding: 6px;
}

#menu-left {
	width: 100%;
	max-height: 100%;
	background-color: #F8F8F8;
	position: relative;
	top: 0px;
	z-index: 10;
	overflow-y: auto;
}

#my-tree a {
	display: block;
	color: black;
}

#my-search{
	width: 100%;
	padding-left: 10px;
}