#divResult ul { 
	list-style:none;
        margin:0pt;
        padding:0pt;
        max-height: 370px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color:white;
}

#divResult h1 {
	margin-bottom: 0;
	font-size: 1.17em;
}

#divResult p {
	margin-top: 0;
}

#divResult {
	z-index:1000;
	position:absolute;
	width:700px;
	display:none;
	margin-top:-5px;
	margin-left:10px;
	overflow:hidden;
	max-height: 400px;
}

#divResult ul li {
	padding:4px;
	border-top:solid 1px #dedede;
	height:40px;
	color:black;
	font-size:16px;
	float:left;
	overflow: hidden;
	width:100%;
}

#divResult ul li:hover {
	cursor: pointer;
}

#divResult ul li.selected {
	background:#1BA1E2;
	color:#FFFFFF;
	cursor:pointer;
}

#divResult div#search-footer {
	width: 100%;
	height:15px;
	text-align:center;
	padding:5px 0 10px 0;
	background-color:#e2e2e2;
	color:black;
	font-size:14px;
	float:left; 
}

#divResult ul li img.profile_image {
	width:40px; height:40px; float:left; margin-right:6px;
}
@media screen and (min-width: 991px) and (max-width: 1240px) {
    #divResult {margin-top: 45px;}
}
@media(max-width:990px){
    #divResult{height: 70%; width: 96%; margin: -5px 2% 0 2%;}
    #divResult ul {max-height: 80%;}
}
@media(max-width:768px){
    #divResult{width:96%;}
}