.offender_columns{
    margin-bottom: 5px;
    column-count: 2;
}

.offenders_map_card_div {
    background-color: #000000;
    margin:0 !important;
    padding:0 !important;
    border: unset;
}

.offenders_map_card_img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
}

.offenders_map_card_txt {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
}

.offenders_map_card_div:hover a span{
    color:lightblue !important;
}

.card-body {
    padding-top: 0 !important;
}


.offenders_map_card_txt_title {
    font-weight: 900;
    font-size: 18px;
}

.card-body {
    padding-left: 0;
}

.card-body p {
    margin-bottom: 2px;
}

.offenders_display_name_box {
    margin-top: 0 !important;
    padding: 0 8px;
    background-color: #000000;
}

#offenders_disclaimer {
    margin: 8px;
}

#offender_levels {
    background-color: #000000;
    color: white;
    padding: 20px 12px;
}

#offender_levels_title {
    font-size:18px;
    margin-top:16px;
}

.offender_level_title {
    font-size:18px;
    margin-top:12px;
}

.offender_level_description {
    font-size: 13px;
}

#options_div {
    margin:8px 0; 
}

#options_text_div {
    padding: 12px;
    font-weight:400;
}

.border_box {
    border: 1px solid black;
}

.legend {
    margin-left: 8px;
    display: inline;
    background: #fff;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    top: -15px;
}

.disable_hover {
  color: white !important;
}

/* Small devices (mobile phones, 480px and up) */
@media (min-width: 480px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.card-body {
        padding-left: 1rem;
    }
    .offender_columns{
        column-count: 3;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .offender_columns{
        column-count: 4;
    }
}