body {
  font-family: sans-serif;
  width: 80%;
  margin: 10px auto 10px auto;
}

.left-column {
  float: left;
  width: 45%;
  margin-right: 10%;
}

.right-column {
  float: left;
  width: 45%;
}

.source-image {
  width: 100%;
}

.hidden {
  display: none !important;
}

svg {
  width: 100%;
}
