.people-list > .row,
.people-list > section > .row  {
  margin: 0;
  padding: .75em 0;
  border-top: 1px solid #ccc;
  position: relative;
}

.people-list .list-photo.pull-left {
  text-align: left;
  padding-left: 0;
}

.people-list .list-photo.pull-right {
  text-align: right;
  padding-right: 0;
}

.people-list .list-photo img {
  border: 0;
  max-width: 100%;
}

/******************** PURDUE BUTTONS ********************/
/* TODO: Double check these */
.manual-button {
  color: #000;
  font-family: var(--united-sans-cond);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.5;
  box-shadow: 0 1px 2px 0 var(--box-shadow-color);
  border-radius: 4px;
  background-color: #fff;
  padding: 0.5rem 1rem;
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--boiler-gold);
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.manual-button:hover {
  text-decoration: none;
}

.manual-button:hover {
  background-color: #000;
  color: #fff;
}

.manual-button{
  background-color: var(--boiler-gold);
  color: #000;
}
/******************** END PURDUE BUTTONS ********************/
