.sidebar {
  background-color: white;
  color: #707070;
  padding: 30px;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  overflow-y: auto;
}

.sidebar #sidebar__table {
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}

.sidebar #sidebar__table .sidebar__portrait {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.sidebar #sidebar__table .sidebar__text {
  text-align: left;
}

.sidebar #sidebar__table .sidebar__text .sidebar__text__facts {
  padding: 0;
  list-style: none;
}

.sidebar #sidebar__table .sidebar__footer {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.sidebar--dark {
  background-color: #181a1b;
  color: #a1998d;
}

@media only screen and (min-width: 640px) {
  .sidebar {
    grid-area: sidebar;
    z-index: 1;
  }
}
/*# sourceMappingURL=sidebar.css.map */