#umk_header {
  min-height: 80px;
  background-color: #333;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  overflow: hidden;
  margin-bottom: 0px;
  border-bottom: 4px solid #777;
  box-shadow: 0px 0px 10px 0px #888;
}

#header_title {
  padding-right: 225px;
  padding-top: 5px;
  padding-left: 10px;
  color: #009bd9;
  font-size: 1.8em;
}

#header_logo {
  position: absolute;
  right: 0;
  top: 25;
  height: 50px;
}

#umk_content {
  margin: 0px 10px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 10px 0px #888;
  height: calc(100vh - 230px);
}

#umk_content_header {
  background-color: #dfdfdf;
  padding: 10px;
}

#umk_chart_wrapper {
  width: 100%;
  height: calc(100vh - 400px);
}

#umk_chart {
  min-width: 100%;
  min-height: auto;
  background-color: #fff;
}

#umk_footer {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #888;
  position: absolute;
  bottom: 10px;
  margin: 0px 10px;
  width: calc(100% - 20px);
  border-top: solid 2px #efefef;
  background-color: #efefef;
}

.supporter {
  display: flex;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 5em;
}

.logo {
  height: 60px;
  padding: 1em 2em;
}

@font-face {
  font-family: "Atkinson_Hyperlegible_Mono";
  src: url("../fonts/Atkinson_Hyperlegible_Mono/AtkinsonHyperlegibleMono-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 800;
  font-stretch: normal;
  font-style: normal;
}
* {
  font-family: Atkinson_Hyperlegible_Mono, sans-serif;
  font-size: 18px;
}

body {
  margin: 0;
  height: calc(100vh - 20px);
}

#container {
  width: 100%;
  height: 40em;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .content {
    margin: 1em 3em;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .content {
    margin: 2em 6em;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .content {
    margin: 2em 6em;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .content {
    margin: 2em 6em;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .content {
    margin: 2em 6em;
  }
}
/* @media only screen and (max-width: 1200px) {
    .content {
      margin: 1em 3em;
    }
}

@media only screen and (max-width: 1500px) {

    #datapoint {
        margin: 10em;
        margin-top: 30em;
        width: calc(100% - 20em);
    }
} */
.clickable {
  margin-top: 1em;
  margin-right: 2em;
  cursor: pointer;
  color: #666;
  text-decoration: underline;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #777;
  margin: 1em;
  border-radius: 10px;
  flex-shrink: 0;
}

.hint {
  display: flex;
  margin: 0.5em;
}

#datapoint {
  border: 1px solid #ccc;
  padding: 2em;
  margin: 2em;
  margin-top: 10em;
  position: absolute;
  background-color: #f9f9f9;
  /* width: calc(100% - 60em); */
  top: -5em;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: 1px solid #777;
  background-color: transparent;
  color: #777;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  border-radius: 50%;
  font-weight: 800;
  transform: rotateY(0deg) rotate(45deg);
}

.tag {
  background-color: #8fb999;
  color: white;
  border-radius: 5em;
  padding: 0.5em 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em 0em;
}/*# sourceMappingURL=styles.css.map */