#livesearch_results {
	width: 218px;
	border: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: white;
	margin-top: -2px;
	overflow: auto;
	margin-left: 19px;
	margin-right: -16px;
	/* border-radius: 2px; */
	/* border-left: 1px; */
	/* border-right: 1px; */
	/* border-top: 2px; */
	/* border-bottom: 1px; */
}
#account_menu {
	border: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: white;
	height: 90px;
	margin-right:0px;
	padding: 10px;
}
#Login_Error {
	display: none;
	
}

.livesearch {
	list-style-type: none !important;
	margin: 0px;
	padding: 0px;
	text-transform: none !important;
}
.livesearch li.group {
	margin: 0px; padding:0px;
	width: 100%;
	background-color: #CCCCCC;
	text-align: center;
}
.livesearch li.element {
	margin: 0px; padding:0px;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid silver;
}



div#livesearch_results {
    width: 100%;
	height: 92vh !important;

}

ul.livesearch {
    display: flex;
}

ul.livesearch li.group {
    background-color: white !important;
}

ul.livesearch li.group {
    background-color: white !important;
    border-right: 2px solid silver;
    padding: 1rem;
}
ul.livesearch li.group p {
	width: 100%;
    background-color: silver;
    padding: -1rem;
    line-height: 3.25rem;
    margin: 0px;
    margin-bottom: 1rem;
}

ul.livesearch ul.persons {
    text-align: left;
	 padding-left: 3rem;
}