.map_checkboxes {
        display: flex;
        }
.map_checkboxes > div {
        width:50%
        }
.content {
        display: none;
        }
.high_level_checkbox {
        display: inline-block;
        }
.color_box {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-style: solid;
    border-color: ffffff;
    border-width: 1.5px;
}
h1 {
    font-family: navigo, sans-serif;
    font-weight: 700;
    font-style: normal;
}
h2 {
    font-family: navigo, sans-serif;
    font-weight: 600;
    font-style: normal;
}
h3 {
    font-family: navigo, sans-serif;
    font-weight: 500;
    font-style: normal;
}
p {
    font-family: navigo, sans-serif;
    font-weight: 400;
    font-style: normal;
}
li {
    font-family: navigo, sans-serif;
    font-weight: 400;
    font-style: normal;
}
button {
    font-family: navigo, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.checkbox-wrapper {
    display: flex;
    align-items: center;
}
.collapsible {
    background-color: d1083b;
    color: ffffff;
    cursor: pointer;
    width: 95%;
    height: 30px;
    border: none;
    text-align: left;
    font-size: 15px;
    outline: none;
}
.content {
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.checkbox_label {
    background-color: rgba(0, 0, 0, 0.75);
    /* text-shadow: -2px 0 5px black, 0 2px 5px black, 2px 0 5px black, 0 -2px 5px black; */
    color: ffffff;
}
.no_bullets{
    list-style-type: none;
}
#checkboxes_header {
    text-align: center;
    /* width: 95%; */
    offset: 20px;
}
#Terminal_Link_content {
    background-position: 50% 40%
}
#Monorail_content {
    background-position: 50% 20%;
}
#InterPark_content {
    background-position: 50% 38%;
}
#Water_Park_content {
    background-position: 50% 44%;
}
.button_wrapper {
    background-color: d1083b;
}
.low_level_checkbox {
    cursor: pointer;
}
.check_box_label {
    cursor: pointer;
}
.high_level_check_box {
    cursor: pointer;
}
.switch_mode {
    background-color: d1083b;
    color: ffffff;
    cursor: pointer;
    width: 49.79%;
    height: 30px;
    border: none;
    text-align: left;
    font-size: 15px;
    outline: none;
    padding: 0px;
    text-align: center;
}
#mode_switch {
    background-color: d1083b;
}
.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}