
body {
	height: 100vh;
	background-color:#DDDDDD;
	/*min-width:300px;*/
	
}


.srDivDesktop {
	overflow-y:scroll;
}

.DivSearchCards {
	float:left; 
}

.SearchMapMobile {
	max-width: 350px !important;
	/*width: 350px !important;*/
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: .25em;
	margin-bottom: .25em;
	padding-left: 0px !important;
	padding-bottom: .5em;
}

.SearchMapMobile #map {
	height: 250px !important;
}

#map2 { 
	height:300px; 
	width:450px; 
} 

#TopSearchBar {
	/*margin-bottom: 1em;*/
}

.form-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}