#propfinder, #propfinder2 {
        text-overflow: ellipsis;
}
.tt-suggestion {
        cursor: pointer;
}
.tt-suggestions {
	border: 1px solid white;
	background-color: white;
	border-radius: 6px;
	overflow-y: scroll;
	max-height: 300px;
	width: 99%;
	background-color: #fff;
}
.tt-dataset-mydataset p {
	margin: 2px;
	padding: 6px;
	color: #333;
}

.tt-dataset-mydataset p:hover {
	-webkit-transition: all 255ms linear;
	-moz-transition: all 255ms linear;
	-o-transition: all 255ms linear;
	-ms-transition: all 255ms linear;
	transition: all 255ms linear;
	color: #fff;
	background-color: #2baddf;
	
}