.leaflet-routing-container, .leaflet-routing-error { width: 320px; background-color: white; padding-top: 4px; transition: 0.2s; box-sizing: border-box; }
.leaflet-control-container .leaflet-routing-container-hide { width: 32px; height: 32px; }
.leaflet-routing-container h2 { font-size: 14px; }
.leaflet-routing-container h3 { font-size: 12px; font-weight: normal; }
.leaflet-routing-collapsible .leaflet-routing-geocoders { margin-top: 20px; }
.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error { padding: 6px; margin-top: 2px; margin-bottom: 6px; border-bottom: 1px solid rgb(204, 204, 204); max-height: 320px; overflow-y: auto; transition: 0.2s; }
.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-alt, .leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-geocoders { display: none; }
.leaflet-bar .leaflet-routing-alt:last-child { border-bottom: none; }
.leaflet-routing-alt-minimized { color: rgb(136, 136, 136); max-height: 64px; overflow: hidden; cursor: pointer; }
.leaflet-routing-alt table { border-collapse: collapse; }
.leaflet-routing-alt tr:hover { background-color: rgb(238, 238, 238); cursor: pointer; }
.leaflet-routing-alt::-webkit-scrollbar { width: 8px; }
.leaflet-routing-alt::-webkit-scrollbar-track { border-radius: 2px; background-color: rgb(238, 238, 238); }
.leaflet-routing-alt::-webkit-scrollbar-thumb { border-radius: 2px; background-color: rgb(136, 136, 136); }
.leaflet-routing-icon { background-image: url("leaflet.routing.icons.png"); background-size: 240px 20px; background-repeat: no-repeat; margin: 0px; content: ""; display: inline-block; vertical-align: top; width: 20px; height: 20px; }
.leaflet-routing-icon-continue { background-position: 0px 0px; }
.leaflet-routing-icon-sharp-right { background-position: -20px 0px; }
.leaflet-routing-icon-turn-right { background-position: -40px 0px; }
.leaflet-routing-icon-bear-right { background-position: -60px 0px; }
.leaflet-routing-icon-u-turn { background-position: -80px 0px; }
.leaflet-routing-icon-sharp-left { background-position: -100px 0px; }
.leaflet-routing-icon-turn-left { background-position: -120px 0px; }
.leaflet-routing-icon-bear-left { background-position: -140px 0px; }
.leaflet-routing-icon-depart { background-position: -160px 0px; }
.leaflet-routing-icon-enter-roundabout { background-position: -180px 0px; }
.leaflet-routing-icon-arrive { background-position: -200px 0px; }
.leaflet-routing-icon-via { background-position: -220px 0px; }
.leaflet-routing-geocoders div { padding: 4px 0px; }
.leaflet-routing-geocoders input { width: calc(100% - 4px); line-height: 1.67; border: 1px solid rgb(204, 204, 204); }
.leaflet-routing-geocoders button { font: bold 18px "Lucida Console", Monaco, monospace; border: 1px solid rgb(204, 204, 204); border-radius: 4px; background-color: white; margin: 0px 3px 0px 0px; float: right; cursor: pointer; transition: background-color 0.2s; }
.leaflet-routing-add-waypoint::after { content: "+"; }
.leaflet-routing-reverse-waypoints::after { font-weight: normal; content: "⇅"; }
.leaflet-routing-geocoders button:hover { background-color: rgb(238, 238, 238); }
.leaflet-routing-geocoders input, .leaflet-routing-remove-waypoint, .leaflet-routing-geocoder { position: relative; }
.leaflet-routing-geocoder-result { font: 12px / 1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; position: absolute; max-height: 0px; overflow: hidden; transition: 0.5s; z-index: 1000; }
.leaflet-routing-geocoder-result table { width: 100%; border: 1px solid rgb(204, 204, 204); border-radius: 0px 0px 4px 4px; background-color: white; cursor: pointer; }
.leaflet-routing-geocoder-result-open { max-height: 800px; }
.leaflet-routing-geocoder-selected, .leaflet-routing-geocoder-result tr:hover { background-color: rgb(238, 238, 238); }
.leaflet-routing-geocoder-no-results { font-style: italic; color: rgb(136, 136, 136); }
.leaflet-routing-remove-waypoint { background-color: transparent; display: inline-block; vertical-align: middle; cursor: pointer; }
.leaflet-routing-remove-waypoint::after { position: absolute; display: block; width: 15px; height: 1px; z-index: 1; right: 1px; top: 4px; bottom: 0px; margin: -16px auto auto; padding: 2px 4px 16px 2px; font-size: 18px; font-weight: bold; content: "×"; text-align: center; cursor: pointer; color: rgb(204, 204, 204); background: white; line-height: 1; }
.leaflet-routing-remove-waypoint:hover { color: black; }
.leaflet-routing-instruction-distance { width: 48px; }
.leaflet-routing-collapse-btn { position: absolute; top: 0px; right: 6px; font-size: 24px; color: rgb(204, 204, 204); font-weight: bold; }
.leaflet-routing-collapse-btn::after { content: "×"; }
.leaflet-routing-container-hide .leaflet-routing-collapse-btn { position: relative; left: 4px; top: 4px; display: block; width: 26px; height: 23px; background-image: url("routing-icon.png"); }
.leaflet-routing-container-hide .leaflet-routing-collapse-btn::after { content: none; }
.leaflet-top .leaflet-routing-container.leaflet-routing-container-hide { margin-top: 10px !important; }
.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide { margin-right: 10px !important; }
.leaflet-bottom .leaflet-routing-container.leaflet-routing-container-hide { margin-bottom: 10px !important; }
.leaflet-left .leaflet-routing-container.leaflet-routing-container-hide { margin-left: 10px !important; }
@media only screen and (max-width: 640px) {
  .leaflet-routing-container { width: 100%; height: 100%; margin: 0px !important; padding: 0px !important; }
}
