#include_statement {
  padding: 10px;
  margin-right: auto !important;
}

.def_table {
  background: #151418;
}

.func_table td:first-child {
  text-align: right;
}

/* Syntax Highlighting */
.hl_member_name {
  font-weight: bold;
  background-color: var(--layers-theme-tertiary);
  border-radius: 5px;
  padding: 3px 2px 3px 5px;
}

.member_def {
  margin: 20px 0;
}

.member_def_component {
  display: flex;
  justify-content: left;
  align-items: left;
  padding: 10px;
  min-height: 50px;
}

.member_def_heading {
  font-size: 1.1rem;
}

.member_def_component_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.member_def_component_bottom {
  display: flex;
  flex-direction: column;
}

.member_def_component_bottom p {
  margin: 10px auto 10px 5px;
}

.badge_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.badge {
  background: #475c87;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}