﻿.crime-report h5, .crime-report .crime-header {
    margin-bottom: 4px;
}

.crime-report .crime-header-label, .crime-report .crime-header-value, .crime-chart-header {
    font-weight: bold;
}

.crime-report .crime-header-label, .crime-chart-header {
    color: #0D6940;
}

.crime-chart-header {
    display: table;
    margin: 12px 0px;
    line-height: 18px;
}

    .crime-chart-header div {
        display: table-cell;
    }

    .crime-chart-header .chart-header-label {
        width: 18px;
    }

    .crime-chart-header .chart-header-value {
        padding-left: 6px;
    }

        .crime-chart-header .chart-header-value.national {
            padding-right: 16px;
        }

.crime-chart:not(:last-of-type) {
    margin-bottom: 24px;
}

.crime-chart .bar {
    color: white;
    font-weight: bold;
    min-width: fit-content;
    padding: 9px 10px;
    text-align: right;
}
    .crime-chart .crime-header-label {
        margin-bottom: 8px;
    }

    .crime-chart .bar.local, .crime-chart-header .chart-header-label.local {
        background-color: #0D6940;
    }

    .crime-chart .bar.national, .crime-chart-header .chart-header-label.national {
        background-color: #4FAC50;
    }

.crime-report-overlay {
    background-color: #33333376;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 32px);
    z-index: 100;
    margin-left: -32px;
    margin-top: -44px;
    text-align: center;
    vertical-align: middle;
}
    .crime-report-overlay h4 {
        font-size: 32px;
        line-height: 38px;
        font-weight: bold;
        color: white;
    }
.crime-report-overlay-content {
    margin: auto;
    position: absolute;
    left: 112px;
    top: calc(50% - 57px);
    right: 112px;
}

.national-crime-note {
    font-size: 14px;
    line-height: 18px;
    margin-top: 18px;
    font-style: italic;
}

@media (max-width: 576px) {
    .national-crime-note {
        margin-bottom: 0px;
        transform: unset;
        padding: 16px 16px 0px 16px;
    }
}