#family_container {
  padding: 6px;
}

.family-year {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: underline;
}

.student-box {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #666666;
  padding: 6px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.student-box > div {
  margin-bottom: 6px;
}

.student-name {
  font-weight: bold;
  font-size: 14px;
}

.student-intro {
  line-height: 18px;
}

.student-image ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 580px;
}
.student-image li {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.student-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.student-button {
  padding-right: 10px;
  text-align: right;
}

#family_anchor {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
}

/*# sourceMappingURL=family.css.map */
