.bodystyle {
    margin:0px;
    background-color:gray;
}

.everything {
	background-color:#101010;
	margin: auto;
	width:96vw;
	height:100%;
	min-width: 1200px;
	min-height: 802px;
	max-width: 2000px;
	padding-left:2%;
	padding-right:2%;
	padding-bottom:5%;
}

.navwrap {
  display:flex;
  justify-content:space-between;
  padding-top:20px;
  background-color:#101010;
  overflow:hidden;
}

.leftimage {
    height: 50px;
}

.leftlink a {
    color:white;
    text-decoration:none;
    font-size:30px;
}

.topnav {
  background-color:#101010;
}

.topnav a {
  float: right;
  border-right:2px solid white;
  border-radius:5px;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: gray;
  color: white;
  border-radius:5px;
}

#radarmap {
    display:block;
    position:relative;
    width:100%;
    height:90%;
    z-index:0;
    top:10px;
    text-align:center;
    margin: 0 auto;
}

#timeslider {
  position:absolute;
  background-color:black;
  width:200px;
  text-align:right;
  z-index:1000;
  right:80px;
  top:10px;
}

#valtime {
  position:absolute;
  z-index:1000;
  text-align:right;
  top:15px;
  right:100px;
  font-weight:bold;
}

#help {
position:relative;
border:2px solid black;
background-color:white;
opacity:0.70;
border-radius:5px;
z-index:1000;
display:block;
width:25px;
top:5px;
float:right;
right:9px;
}

#help:hover #helpbox {
display:block;
}

#helpbox {
position:absolute;
z-index:1001;
display:none;
width:250px;
text-align:center;
padding-left:10px;
padding-right:10px;
top:0px;
opacity:1;
float:right;
right:0px;
background-color:darkgray;
}

#snowbanddiv {
display:flex;
height:30px;
justify-content:space-between;
}

#snowbandcontainer {
color:white;
float:right;
position:relative;
top:50%;
}

#snowbandlayer {
display:inline-block;
position:relative;
z-index:1000;
color:white;
}

#snowbandp {
color:white;
}

#Rlegend {
display:block;
background-color:rgba(255,255,255,0.8);
position:absolute;
top:200px;
right:20px;
z-index:1000;
width:100px;
height:400px;
border-radius:10px;
padding:5px;
}

.Rlegendcolors {
width:40px;
height:3.33px;
float:left;
}

.Rcolorbar {
display:inline-block;
float:left;
width:40px;
height:100%;
}

.Rcolorbarlabels {
display:inline-block;
float:left;
height:100%;
position:relative;
padding-top:17.43px;
}

.Rcolorbarlabelslist {
text-align:left;
height:33px;
line-height:33.33px;
list-style:none;
font-weight:bold;
font-size:10px;
}

#description {
    display:none;
	position:absolute;
    color:black;
    background-color:white;
    z-index:10000;
    margin:auto;
    width:50%;
    left:25%;
	top:5px;
	opacity:0.90;
    border-radius:10px;
    height:70px;
    text-align:center;
    padding:10px;
    font-size:14px;
}

#pdescription {
	position:absolute;
	font-size:14px;
	top:0px;
}

#threshslider {
  position:absolute;
  background-color:black;
  width:200px;
  text-align:right;
  z-index:1000;
  right:80px;
  top:10px;
}

#threshstr {
display:none;
position:absolute;
right: 85px;
height: 45px;
padding: 0px;
top: 30px;
border-radius: 5px;
width: 200px;
opacity: 0.70;
margin: 0 auto;
text-align:center;
z-index:10000;
background-color:white;
font-weight:bold;
font-size:14px;
}

.rotated-marker {
	transform: rotate(90);
}
