body {
  background-color: #071b2d;
  /*font-family: 'Roboto', 'sans-serif';*/
  font-family: 'Lekton', sans-serif;
  font-weight: 300;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12365e+0,030d16+100 */
background: #12365e; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #12365e 0%, #030d16 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #12365e 0%,#030d16 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #12365e 0%,#030d16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12365e', endColorstr='#030d16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h4 {
  font-family: 'Lekton', sans-serif;
}

h4 span {
  font-size: 14px;
}

#model-words {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 200px;
  height: 400px;
  overflow: scroll;
  background-color: rgba(255, 255, 255, 0.1);
}

.model-word {
  padding: 8px 5px 8px 10px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.model-word:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.model-word span {
  font-size: 10px;
  margin-left: 15px;
}

#contents {
  position: absolute;
  margin-top: 12px;
}

#contents h1, #structure h1 {
  color: white;
  text-transform: uppercase;
  font-family: 'Lekton', sans-serif;
  font-size: 36px;
  margin-left: 10px;
  margin-top: 0;
}

#structure {
  position: absolute;
  top: 100%;
  margin-top: 12px;
  width: 100%
}

#scroll-back {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: 400px;
  margin-left: -200px;
  outline: none;
  background-color: transparent;
  border: none;
  text-decoration: none;
  height: 40px;
  color: white;
  font-family: 'Lekton', sans-serif;
  font-size: 14px;
}

#scroll-back i {
  margin-right: 10px;
  font-size: 20px;
}

#scroll-back:hover {
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

.archive-meta {
  margin-left: 10px;
  color: white;
}

.archive-meta .archive-name {
  font-size: 20px;
  margin-bottom: 7px;
}

.archive-meta span {
  opacity: 0.6;
}

.selected-word {
  color: yellow;
  margin-left: 10px;
  font-size: 20px;
  margin-top: -30px;
}

.selected-word span {
  color: white;
  font-size: 14px;
  opacity: 0.6;
}

#archive-selector-viz {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  color: white;
}

