#container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#console {
  position: absolute;
  width: 240px;
  margin: 10px;
  padding: 10px 20px;
  background-color: white;
  z-index: 2;
}

.session {
  margin-bottom: 20px;
}

.row {
  height: 12px;
  width: 100%;
}

.colors {
  background: linear-gradient(
    to right,
    #9ECAE1,
    #FEE08B,
    #FDAE61,
    #F46D43,
    #D73027,
    #7F0000
  );
  margin-bottom: 5px;
}

.label {
  width: 15%;
  display: inline-block;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 20px;
  line-height: 30px;
}

h2 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #2dc4b2;
}

#sidebar-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: black;
    padding-top: 30px;
    z-index: 2;
}

#sidebar-right ul {
    margin: 0;
    padding: 0 20px;
}

#sidebar-right ul li {
    margin-bottom: 25px;
}

#sidebar-right ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid gray;
}

#sidebar-right ul li a:hover {
    color: gray;
}

body.page {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #050910;
    color: #f5f5f5;
}

.page-main {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 40px;
    margin-right: 250px;
    max-width: 900px;
    background: rgba(0, 0, 0, 0.85);
}

.page-main a {
    color: #FEE08B;
}

.team-member {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.team-member .role {
    font-style: italic;
    color: #cccccc;
}

.dataset-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dataset-list li {
    margin-bottom: 16px;
}

.dataset-notes {
    margin: 4px 0 0 0;
    font-size: 0.9rem;
    color: #cccccc;
}
