html {
    font-size: .85rem;
}

body {
    font-family: sans-serif;
}

.map {
    height: 80vh;
}

.leaflet-control-attribution {
    display: none;
}

ul.nav.nav-tabs {
    justify-content: flex-start !important;
}

.memo-button {
    vertical-align: middle;
    margin-right: 1rem;
    cursor: pointer;
}

.memo .card {
    padding: .5rem 1rem;
}

.trip-block h5 {
    position: relative;
}

.trip-block .notifications-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.truck_plate {
    display: inline-block;
    border: solid 1px #666;
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0 5px;
    word-break: keep-all;
}

.truck_plate .region {
    color: #666;
}

