body{
	overflow:hidden;
}
.rsum{
	position: absolute;
	right:5%;
	bottom:10%;
	width:20%;
	background-color: #262626;
	color:white;
	font-family: Arial;
	padding:5px;
}
.area{
	position: absolute;
	right:5%;
	bottom:15%;
	width:20%;
	background-color: #262626;
	color:white;
	font-family: Arial;
	padding:5px;
}
input{
	color: white;
	z-index: 1;
	position:absolute;
	width:50px;
	top:2%;
	border:1px;
	padding:0px;
	background-color: #262626;
}	
#xmax{
	padding:5px;
	left:85%;
}
#slider-range{
	padding:0px;
	width:60%;
	height: 0px;
	left:20%;
	top:2%;
	position:absolute;
	border-radius:0px;
	border:0px;
	background: rgba(.5,.5,.5,.5);
	/*background-color: rgba(.5,.5,.5,.5);*/
}
#slider-nslices{
	position:absolute;
	border-radius: 0px;
	border:0px;
	background: rgba(.5,.5,.5,.5);
	width:80%;
	bottom:2%;
	left:10%;
}
#xmin{
	padding:5px;
	left:5%;
}
.dropbtn {
    background-color: #88AADD;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #4455AA;
}
.dropdown {
    position: absolute;
    display: inline-block;
    font-family: "Arial";
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #88AADD;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown a:hover {
	background-color: #4455AA; 
	cursor: pointer;}
.dropdown a{
	height:10px;
}
.show {display:block;}
.functions{
	left:5px;
	top:10%;
}
.align{
	top:50%;
	left:5px;
}
#cc{
	position:absolute;
	bottom:0px;
	right:0px;
	font-family: "Arial";
	font-size: 8;
}