body {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 24px;
  line-height: 24px;
}

h1 {
  margin: 24px 0 64px 0px;
}

h2 {
  margin: 24px 0 48px 0;
}

h3 {
  margin: 24px 0 24px 0;
}

h4 {
  margin: 12px 0 6px 0;
}

.side_navigation {
  box-sizing: border-box;
  height: auto;
  width: auto;
  border-right: 2px solid rgb(204, 204, 204);
  flex: 0 0 auto;
  margin: 0px 24px 0px 0px;
  padding: 0px 24px 0px 0px;
}

.side_navigation_section {
  box-sizing: border-box;
  font-size: 18px;
  height: auto;
  width: 100%;
  margin: 12px 0px 0px;
  padding: 6px 0px;
}

.side_navigation_option {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  padding: 6px 0px 6px 6px;
}

.side_navigation_option.selected {
  font-weight: bold;
}

.right_side {
  width: auto;
  flex: 1 1 0%;
}

.main_type_label {
  letter-spacing: .1rem;
  font-size: 14px;
}

.content_container {
  width: 100%;
  height: auto;
  margin: 24px 0px;
}

.snippet {
  font-family: Consolas;
}

.snippet_container {
  font-family: Consolas;
  background-color: #e4e4e4;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 12px;
}

.tag_cell {
  box-sizing: border-box;
  padding: 4px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  background-color: #DDDDDD;
  border-radius: 3px;
  margin: 0 12px 12px 0;
}

.object_title {
  font-family: Consolas;
  font-weight: normal;
}

.main_content_table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 6px;
}

.main_content_table thead {
  font-weight: bold;
}

.main_content_table td {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(170, 170, 170);
  border-image: initial;
  border-radius: 3px;
  margin: 0px;
  padding: 18px;
}

.main_content_table .snippet {
  font-size: 13px;
  line-height: 24px;
}

.main_content_section {
  margin: 0 0 64px 0;
}

.empty_table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

.empty_table td {
  border: none;
  padding: 6px 18px 0 0;
}

.empty_table .small {
  font-size: 13px;
}