/*General layout*/
body {
  margin: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
}

.street_type .toggle_map_style .dash-dropdown-menu {
    bottom: 100%; /* This makes dropdown open upwards */
    top: auto; /* Reset top positioning */
}