#observations.myview .menu a { border-bottom: none }
#observations.myview .menu ul { list-style-type: none }
#observations.myview .menu { padding-right: 1em;}
#observations.myview .menu-section,
#observations.myview .menu-subsection {
  margin-left: 0;
}
.page-content { display: flex }
.menu { min-width: 350px; }
.menu-body {
  margin-left: 1em;
  width: 100%;
}
.menu-body-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section-title {
  font-weight: bold;
}
.section-role {
  font-size: larger;
  border-bottom: 3px solid #38758a;
  width: 100%;
  display: inline-block;
}

.menu-section .current {
  border-right: 2px solid #f6a800;
}

.menu-section {
  margin-top: 1em;
  margin-bottom: 1em;
}
.menu-subsection {
  margin-bottom: 1em;
}

.muted { color: gray }

#toggleEmpty {
  background: transparent;
  border: none;
  cursor: pointer;
}