.material-base-page .content .section .parsys .accordion_htl .par div.section {
  padding: ;
}

.material-base-page .content .section .parsys .accordion_htl .par .accordionentry .par div.section {
  padding: ;
}

/* People pages: profile-card avatars overhang their card by -50px
   (.card-profile .card-avatar{margin:-50px auto 0}). When profile cards are
   stacked in a column, that overhang lets a lower card's avatar overlap the
   bottom of the card above it. Reserve clearance on every stacked card (any
   card-component preceded by another in the same column) so the avatar has
   room. The first card in each column is untouched, so column tops stay
   aligned. Higher specificity than base.min.css's `.card-profile{margin-top:0}`. */
.card-component ~ .card-component .card-profile {
  margin-top: 65px;
}

