#search {
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
}

#search-input {
	width: 100%;
	height: 38px;
	padding-left: 10px;
}

#search-submit {
	width: 48px;
	height: 40px;
}

.map-control {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
}

#map-button-basemap {
  display: none;
  height: 40px;
  width: 40px;
  bottom: 57px !important;
  right: 10px;
}

#map-button-traffic {
  display: none;
  height: 40px;
  width: 40px;
  bottom: 106px !important;
  right: 10px;
}

#map-button-pickup {
  display: none;
  height: 40px;
  width: 40px;
  bottom: 155px !important;
  right: 10px;
}

#map-button-events {
  display: none;
  height: 40px;
  width: 40px;
  bottom: 204px !important;
  right: 10px;
}

#results-container {
  width: 100%;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 1000;
}

#results-search {
	width: 100%;
}

.close-dialog {
	right: 15px;
}

#results-pub {
  width: 100%;
  margin-top: 0;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

#results-events {
	display: block;
	width: calc(100% - 10px);
	position: relative;
	z-index: 1000;
}

#results-pub {
	display: none;
	width: 100%;
	height: 58px;
	position: relative;
	z-index: 1000;
	background-color: white;
}