.main.container {
  margin-top: 2em;
}

.ui.container > h2.dividing.header {
  font-size: 2em;
  font-weight: normal;
  margin: 4em 0em 3em;
}

.ui.menu {
  margin: 0;
}

.menu svg {
  height: 35px;
  width: 35px;
}

#results {
  margin-top: 4rem;
}

#results .ui.segment {
  padding: 0;
}

#results .ui.segment pre {
  padding: 1rem;
  overflow: auto;
}

#data .ui.segment {
  overflow: auto;
}

.documentation .ui.top.attached.label + [class*="right floated"] + *,
.documentation .ui.top.attached.label:first-child + :not(.attached) {
  margin-top: 0.5rem !important;
}

.ui.container img {
  max-width: 100%;
}

.ui.menu .right.menu.borderless > .item::before {
  background: none;
}
