#SelectDistrict #Selections, #SelectSchool{
	display:none;
}

#RentalSearch{
		display: block;
		width: 100%;
		padding: 6px 12px;
		font-size: 16px;
		line-height: 1.42857143;
		color: #555555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
}
 
#RentalAutocompleted {
    display: none;
    position: absolute;
    z-index: 100; 
    padding: 6px 20px; 
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
    background-color: aliceblue;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    overflow: auto; 
    max-height: 600px;
	width: calc(100% - 40px);
}

@media (max-width: 768px) {
  #RentalAutocompleted {
    max-height: calc(100vh - 310px);
    font-size: 14px;
  }
}

#RentalAutocompleted li{ 
    padding: 6px 12px;
	overflow: hidden;  
    vertical-align: top;
	list-style-type: none;
}

.lstItmNormal:hover{
	font-weight: 700;
    color: blue;
}

.lstItmNormal{
    background-color: transparent;
}

.lstItmOver{
	font-weight: 700;
    color: blue;
}

.clear-selections-button-container {
	text-align: right;
}

