/* Legend Position Style */
#legend text {
    font-size: 0.9em;
    color: #333;
    font-weight: 400;
}

.tooltip {
    position: absolute;
    padding: 7px;
    font-size: 0.9em;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;

    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
}

.tooltip p {
    margin: 0;
    line-height: 2em;
    padding: 0;
}

.tooltip table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    text-align: left;
}

.axis text {
    font: 10px sans-serif;
}

.axis line,
.axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.content {
    margin: auto auto;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
}

.map-content{
    display: flex;
}

#map{
    margin-top: 5%;
}

.description-content{
    height: 100%;
    width: inherit;
    /* position: absolute; */
    /* right: 0; */
    /* margin: 0 0; */
    background-color: white;
    display: block;
}

input[type="range"]{
    position: absolute;
    transform: translate(215px, 135px);
    margin: auto;
    /* -webkit-appearance: none; */
    /* position: relative; */
    /* overflow: hidden; */
    /* height: 40px; */
    /* width: 200px; */
    cursor: pointer;
    border-radius: 0;
}

.text-box{
    text-align: justify;
}

.text-box p{
    margin: 20px 20px;
    font-size: 1.5em;
    text-indent: 1rem;
}

.header-text-box h1{
    text-align: justify;
    margin: 20px 20px;
    font-weight: normal;
    /* font-size: 1.5em; */
    /* text-indent: 1rem; */
}
.header-text-box p{
    margin: 20px 20px;
    font-size: 1.5em;
    text-align: center;
}

.text-box a{
    color: #2262AA;
    text-decoration-color: white;
}

.text-box a:hover{
    text-decoration-color: #2262AA;
}

img{
    width: 90%;
    margin: 0px 20px;
}