ex-panda-item {
  text-align: center;
  font-size: 1.5em;
  margin-top: 0.5em;
}

.demo_panel {
  width: 90%;
  height: 90%;
  margin-top: 5%;
  border: 0px;
  border-radius: 20px;
  background-color: #111;
}

.popup_panel {
  width: 10px;
  height: 10px;
  border: 1px solid red;
  position: absolute;
  display: block;
}

.title {
  font-size: 1.5em;
  font-weight: 800;
  text-shadow: 1px 1px 0px white, -1px 1px 0px white, 1px -1px 0px white, -1px -1px 0px white, 2px 2px 0px white, 1px 2px 0px white, 2px 1px 0px white, -2px 2px 0px white, -1px 2px 0px white, -2px 1px 0px white, 2px -2px 0px white, 1px -2px 0px white, 2px -1px 0px white, -2px -2px 0px white, -1px -2px 0px white, -2px -1px 0px white;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0px;
  overflow: hidden;
}

.content {
  height: 100vh;
  margin-bottom: -50px;
}

h1, h2, h3, h4, h5, div.title, .card p, footer, ex-panda-item {
  font-family: "Quicksand", sans-serif;
}

app-header {
  height: 100vh;
}

app-drawer {
  background-color: grey;
  background: linear-gradient(-30deg, rgba(85, 85, 85, 0.5), rgba(204, 204, 204, 0.5));
}

.sidebar {
  background-color: grey;
  height: 100%;
  background: linear-gradient(-30deg, #555555, #CCCCCC);
  overflow: scroll;
  position: relative;
}

app-toolbar {
  background-color: grey;
  background: linear-gradient(-30deg, #555555, #CCCCCC);
  z-index: 1;
  box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.3);
}

footer {
  background-color: grey;
  background: linear-gradient(-30deg, #555555, #CCCCCC);
  width: 100%;
  height: 30px;
  bottom: 0px;
  position: absolute;
  z-index: 2;
  text-align: center;
  padding-top: 15px;
  box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.3);
}

.content {
  padding: 16px 40px;
  height: 100%;
}

/*# sourceMappingURL=splatter-plot-website.css.map */