html {
    overflow-y: scroll;
}

body {
    margin-top:20px;
}

#svg {
    border: 1px solid;
    margin: 0 0 20 0;
    background-color: white;
}

#All {
    display: block;
    margin: auto;
    text-align: center;
}

#Panel {
    width: 500px;
    padding: 10px 0 10px 0;
    height: auto;
    margin: 0 auto 0 auto;
}

#Parameters {
    padding: 10px 0 10px 0;
    margin: 0 0 20px 0;
    width: 680px;
    display: inline-block;
    height: 60px;
}

#Sliders {
    margin: 10px 0 0 0;
}

/* The sidepanel menu */
.sidepanelcontent {
    height: 100%; /* Specify a height */
    width: 280px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left:-10;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanelcontent a, .lang {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    /* white-space: nowrap; */
}

.lang_option {
}

.lang_list {
    margin: 0 auto 0 auto;
    padding: 0 0 40px 0;
}
.lang_list div {
    padding: 4px 0px 4px 16px;
    display: block;
}
.lang {
    position: relative;
    left: 40px;
    width: 120px;
    line-height: 24px;
    border:1px solid #000;
}
.lang:hover {
    border:1px solid #ccc;
    /* border-top: 0; */
    /* border-left: 0; */
}
.selected a, .selected {
    background-color: #333;
}

/* When you mouse over the navigation links, change their color */
.sidepanelcontent a:hover, .sidepanelcontent span:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanelcontent .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    position: fixed; /* Stay in place */
  left: 0px;
  top: 0px;
}

.openbtn-panel {
    transition: 1.5s;
    width: 0px;
    overflow: hidden;
    left: 0px;
    visibility: hidden;
    opacity: 0;
}

.openbtn:hover {
    background-color: #444;
} 

.explanation {
    max-width: 700px;
    width: 85%;
    padding: 10px 10px 0px 15px;
    margin: 0 auto 20px auto;
    /* float: left; */
    text-align: left;
    border-left: 3px solid black;
    background-color: #ccc;
    border-radius: 0 10px 10px 0;
}



br {
    line-height: 200%;
}

.explanation-collapsed {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: height 0.5s, visibility 2s, opacity 2s;
}

.explanation-expanded {
    height: max-content;
    transition: height 1s, visibility 0.5s, opacity 0.5s;
}

.btn-readmore {
    background-color: transparent;
    border: none;
}

