code {
    background: none;
    border: none;
    border-radius: 0;
}

.map {
    width: 100%;
    height: 640px;
}

.hero {
    position: relative;
}

.hero-header {
    margin: auto;
    background: rgba(255,255,255,0.7);
    width: 100%;
    text-align: center;
    margin-top: 32px;
}

.hero-heading a {
    color: inherit;
    text-decoration: none;
}

.leaflet-container input {
    margin-bottom: inherit;
}

.leaflet-container button {
    display: inherit;
    height: inherit;
    width: inherit;
    padding: inherit;
    box-sizing: inherit;
}

.leaflet-container th, .leaflet-container td {
    padding: inherit;
    border-bottom: inherit;
}

.leaflet-container h2, .leaflet-container h3 {
    line-height: inherit;
    letter-spacing: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    font-weight: inherit;
}

pre > code {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 100%;
}

.leaflet-routing-error h3 {
    font-size: 16px;
}

#osrm-error {
    position: fixed;
    top: 24px;
    left: 25%;
    right: 25%;
    padding: 20px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    z-index: 1001;
    display: none;
}

#osrm-error-close {
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 24px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}
