.user-group-header {
  padding: 10px;
  background: #ddd;
  margin-bottom: 20px; }

.user-panel {
  margin-bottom: 30px; }
  .user-panel .panel-body {
    height: 100%;
    background-color: #eee;
    display: flex;
    flex-direction: column; }
  .user-panel .user-header {
    background-color: #3f3a5f;
    padding: 10px;
    text-align: center; }
  .user-panel .position-title, .user-panel .name-title {
    margin-bottom: 0;
    color: white; }
  .user-panel .name-title {
    font-weight: lighter; }
  .user-panel .user-image-wrapper {
    text-align: center;
    margin-top: 10px; }
    .user-panel .user-image-wrapper img {
      max-height: 256px;
      object-fit: contain; }
  .user-panel .content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 1.2em; }
  .user-panel .tags {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
  .user-panel .info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1; }
  .user-panel .nameval.tag {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 2px; }
  .user-panel .nameval .name {
    font-weight: bold; }
  .user-panel .nameval .value {
    word-break: break-word;
    font-weight: lighter; }
  .user-panel .nameval div {
    display: inline; }
  .user-panel .nameval svg.linkhover {
    fill: gray; }
    .user-panel .nameval svg.linkhover :hover {
      fill: #3f3a5f; }

#content {
  position: relative; }

.family-tree-fab {
  position: absolute;
  top: 20px;
  right: 20px; }
  @media (max-width: 767.98px) {
    .family-tree-fab {
      display: none; } }
  .family-tree-fab .inner {
    background: #3f3a5f;
    border-radius: 4px;
    color: white;
    padding: 10px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    display: inline-block;
    border: 1px solid white;
    transition: 0.25s all; }
    .family-tree-fab .inner:hover {
      background: white;
      color: #3f3a5f; }
