#chart {
    width: 100%;
    max-width: 300px;
    min-height: 200px;
}
svg {
    margin-right: 0.5rem;
}
.legend {
    width: 100%;
    margin-bottom: 0.5rem;
}
.legend a {
    cursor: pointer;
}
.legend-item {
    margin-left: 1.75rem;
    text-indent: -1.75rem;
    font-size: smaller;
}
#destination button {
    font-size: smaller;
    padding: 4px 8px;
}
.location {
    text-align: center;
}
.legend .list-group-item {
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
}
/*
#inspect-label {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}
*/

#goback {
    display: none;
}

#inspect-modal .modal-header {
  justify-content: center;
}
#inspect-modal .modal-header .btn-close {
  position: absolute;
  right: 1rem;
}
