#include_statement {
  background: #1e1d22;
  padding: 10px;
  border-radius: 5px;
  margin-right: auto;
}

.def_table {
  background: #151418;
}

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

/* Syntax Highlighting */
.hl_member_name {
  color: #dd9139 !important;
}

.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;
  background: #25232a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: space-between;
}

.member_def_component_bottom {
  display: flex;
  flex-direction: column;
  background: #1e1d22;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.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;
}