#search-refinement {
  margin: 20px 0 35px;
}

#search-refinement .form-group {
  margin: 10px 0;
}

#clear-search-filter {
  height: 20px;
}

.avatar img {
  margin-bottom: 15px;
  border: 5px solid green;
}

.profile-image {
  margin-top: 25px;
}

textarea {
  width: 350px;
  height: 100px;
}

.search-field {
  margin-bottom: 25px;
}

ul#publications {
  margin-top: -5px;
  padding: 0 0 0 20px;
}

ul#publications li {
  padding: 0 0 5px;
}

.profile-info p,
.profile-info ul li {
  font-size: 18px;
  color: var(--gray);
}

.profile-info h3 {
  font-size: 24px;
  color: #696969;
  text-transform: uppercase;
}

.profile-field {
  margin-bottom: 13px;
}

.contact-details {
  margin-top: 30px;
}

.contact-details p {
  margin: 0 0 5px;
}

.scroll-container {
  overflow-x: auto;
}

.profiles > table th:nth-child(1) {
  width: 200px;
}

.profiles > table th:nth-child(2) {
  width: 33%;
}

.profiles > table th:nth-child(3) {
  width: 33%;
}

.profiles > table th:nth-child(4) {
  width: 100px;
}
