#settings_panel {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;

    background: #ffffff;
}

#synopse_logo {
    width: 92%;
    margin-left: 4%;
    margin-top: 6px;
}

.dc_title {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 4px;

    background-color: #5FC3AF;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.dc_subtitle {
    width: 90%;
    margin: auto;

    /* background-color: #5FC3AF; */
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    text-align: left;

    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: #000000;
    padding-top: 6px;
    padding-bottom: 5px;
}

.settings_block {
    font-size: 12px;
    width: 90%;
    margin: auto;

    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #5FC3AF;
    padding-top: 6px;
    padding-bottom: 5px;

}

.background_toggler {
    display: grid;
    grid-template-columns: 12fr 1fr;
    grid-template-rows: auto auto;
}

.layer_toggler {
    display: grid;
    grid-template-columns: 12fr 1fr;
    grid-template-rows: auto auto;
}



select {
    width: 100%;
}

.legend_color_key {
    display: inline-block;
    width: 24px;
    height: 12px;
    margin-left: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #575757
}

.legend_block {
    grid-column: 1/3;
    align-self: center;
}

.question_mark {
    cursor: pointer;
    height: 14px;
    display: inline-block;
}

.selector_block {
    display: none;
    width: 100%;
    grid-column: 1/3;
    padding-top: 3px;
    padding-bottom: 3px;
}

.selector_select {
    width: 60%;
    display: inline-block;
}

.selector_label {
    width: 40%;
    padding-left: 10px;
    display: inline-block;
}


.opacity_block {
    display: none;
    padding-top: 4px;
}

.opacity_label {
    display: inline-block;
    margin-left: 10px;
}

.slider_opacity {
    display: inline-block;
    height:12px;
    width:120px;
    margin-left: 10px;
    /* padding-right: 10px; */
}
