html, body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  background-color: #fafafa;
  margin: 0;
  padding: 20px;
}

h1 img {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 25px;
  right: 25px;
  border: 0;
}

#canvas-container, #canvas {
  width: 100%;
}

#canvas {
  min-height: 600px;
}

svg {
  border: 3px solid lightgrey;
  background-color: whitesmoke;
  box-shadow: 0px 0px 40px inset lightyellow;
}

#uploader {
  text-align: center;
  line-height: 1;
  font-size: 36px;
}

#uploader a {
  font-size: 20px;
}

#chosen-files {
  margin-left: 15px;
  font-size: 24px;
  color: #333;
}

#canvas-wrapper {
  margin: 25px;
  float: left;
}

.sidebar {
  right: 25px;
  width: 350px;
  float: right;
}

.sidebar h2 {
  text-align: center;
  margin-top: 0;
}

#legend {
  margin-top: 25px;
  padding: 25px;
  background-color: #fafafa;
}

#selected {
  margin-top: 25px;
  padding: 25px;
  background-color: #fafafa;
  cursor: pointer;
}

#selection > div {
  padding: .5em 0 .5em 2%;
}

#selection > .odd {
  background-color: #e5e5e5;
}

#selection > div > div {
  display: inline-block;
  vertical-align: top;
}

#selection > div > .type {
  width: 30%;
  font-weight: bold;
}

#selection > div > .value {
  width: 65%;
  word-wrap: break-word;
}

#paste-area-stix-json {
  height: 25em;
  width: 40em;
}

#paste-area-custom-config {
  height: 25em;
  width: 40em;
}

h2 {
  font-weight: 200;
}

line, .link {
  stroke-width: 5;
  stroke: #aaa;
}

ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

li {
  padding: 5px 0px;
  margin: 0;
}

ul li div {
  width: 37px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
}

ul > li > p {
  display: inline-block;
  margin: 5px 10px;
}

pre {
  white-space: pre-wrap;
}

.dimmed {
  opacity: 0.9;
}

.pinned {
  stroke: black;
  stroke-width: 5;
}

.linkish:hover {
  color: blue;
  cursor: pointer;
}

.hidden {
  display: none;
}

/*.selected {
  >>> This style is in the header of the index.html file for comptibility reasons! <<<
  filter: url("#drop-shadow");
}*/
