body {
  background: #333;
  color: #ccc;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
input,
textarea {
  font-size: 18pt !important;
}
.fillscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  background: #333;
  background: #999 url("/images/space.jpg") no-repeat fixed bottom;
  background-size: cover;
}
.fillscreen svg {
  width: 100%;
  height: 100%;
}
.content {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  margin: 1em 0em;
}
.content div.logo {
  font-size: 3em;
  padding: 0.125em 0.5em;
  margin-bottom: 0.5em;
  border: 3.5px solid #c31;
  border-radius: 6px;
  background: #111;
}
.content h1 {
  display: block;
  font-size: 2em;
  text-shadow: 4px 4px rgba(48, 48, 48, 0.5);
  margin-bottom: 2em;
}
.content div.connect {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
  padding: 3em;
}
.content div.connect p {
  font-size: 1.5em;
}
.content div.connect #email {
  padding: 0em 0.125em;
}
.content div.connect textarea {
  display: block;
  width: 100%;
  padding: 0em 0.25em;
  height: 0em;
  transition: height 0.2s ease-out;
  border: none;
  border-radius: 4px;
}
.content div.connect .slidedown {
  height: 5.5em;
  transition: height 0.5s ease-in;
}
.content .pop {
  color: #c31;
}
.content .fixedright {
  float: right;
  margin-right: 1em;
}
.content .fixedright p {
  margin: 0em;
  padding: 0em 0em;
}
.content .fixedright ul {
  list-style: none;
  padding: 0em;
  margin: 0em 0em;
}
.content .fixedright ul li {
  font-size: 1.5em;
  text-align: right;
  margin: 0em;
  padding: 0em;
  margin-bottom: 1em;
}
.content .fixedright ul li a {
  display: inline-block;
  color: #eee;
  text-shadow: 2px 2px #000;
  text-decoration: none;
}
.content .fixedright ul li a span.icon-labels {
  font-size: 1.5em;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
}
.content .fixedright ul li a:hover {
  color: #ed4823;
}
g.nodes circle {
  fill: url(#grad-node);
}
g.nodes #n10 {
  fill: url("#grad-n10");
}
g.links line {
  stroke: #789;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 0.75;
}
g.links path {
  fill: none;
  stroke: #444;
  stroke-width: 2px;
  opacity: 0.25;
}
g.tracers circle {
  opacity: 0.6;
  fill: #146;
}
