.chart {
    min-width: 220px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  
}

.boxed {
  	background-color: #ffe57f;
}

.line {
	border: none;
	background: none;
	text-decoration: #000000 underline;
	color: #000000;
	font-size: 12px;
	margin: 0 auto;
}
.buttons{
	border-radius: 6px;
	bacground-color: white;
	color: black;
	font-size: 12px;
	
}
.definisjoner {
  width: auto;
  hight: auto;
  background-color: #e5e8e9;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.textbox {
  width: auto;
  hight: auto;	
  background-color: #ffffff;
  margin-left: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.heading {
  width: auto;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.71;
  letter-spacing: 1.75px;
  color: #29424f;
  margin-left: 20px;
}
.content {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #e5e8e9;
}
.shortbox{
	width: 150px;
  	height: 34px;
  	background-color: #f4f5f5;
}
.longbox{
	width: 250px;
  	height: 34px;
  	background-color: #f4f5f5;
}
.dropdowntitle {
  width: 250px;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #29424f;
}
.sticky {
    position: sticky;
    top: 0;
    background-color: #00574d;
    z-index: 99;
    color: white;
}
.download-menu {
    position: relative;
    display: inline-block;
}

.downloadOptions {
    border: 2px solid #333;       /* Dark border */
    border-radius: 5px;           /* Rounded corners */
    padding: 5px 10px;            /* Space inside the button */
    background-color: white;      /* Optional: background */
    cursor: pointer;
    font-size: 16px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 60px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    padding: 8px 12px;
    display: block;
    text-decoration: none;
    color: black;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

#humidity {
  display: block;
  width: 90%;
  height: auto;
  height: 220px;
  max-height: 220px;
}


