.flex-card {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.flex-card:not(:first-child) {
    border-top: 1px solid #c4bfc0;
}

.flex-card img {
    border-radius: 50%;
}

.flex-quote-block {
    display: flex;
    flex-flow: column;
    align-items: end;
    padding: 1rem 2rem;
}

.flex-quote {
    font-style: italic;
}

.flex-quote p::before,
.flex-quote p::after {
    content: '"';
}

.flex-cite p {
    text-align: right;
}

.admin input {
    color: black;
}

.peopleimg {
  padding-right: 0 !important;
  }


.profile {
  border: 1px solid #d3d3d3;
  padding: 15px;
  text-align:center;
  margin-bottom: 10px;
}

.peopletitle {
  text-align: left;
}

.admin {
  padding-bottom: 2em;
}

.admin .group-list {
  list-style-type: none;
}

.admin .people-list .col {
  margin-bottom: 1.5em;
}

.admin img {
  max-width: 100%;
}

.admin input,
.admin textarea {
  width: 100%;
}

.admin .property {
  margin-bottom: .5em;
}

#first-name,
#middle-name,
#last-name {
  max-width: 10em;
}

#image-scale,
#horizontal-position,
#vertical-position {
  max-width: 3em;
}

.admin #add-image .btn {
  width: initial;
}