#buddypress table.forum thead tr, #buddypress table.messages-notices thead tr, #buddypress table.notifications thead tr, #buddypress table.notifications-settings thead tr, #buddypress table.profile-fields thead tr, #buddypress table.profile-settings thead tr, #buddypress table.wp-profile-fields thead tr {
  background: #3498db;
}

#buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text], #buddypress .groups-members-search input[type=search], #buddypress .groups-members-search input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=password], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form textarea {
  background: transparent;
}

#buddypress .select-wrapper {
  margin: 0 0 24px;
}

#buddypress #messages_search {
  margin-bottom: 24px;
}

.profile-fields .label {
  color: inherit;
  display: table-cell;
  border-radius: 0;
}

#buddypress div.pagination .pagination-links span, #buddypress div.pagination .pagination-links a, #buddypress div.pagination .pagination-links span, #buddypress div.pagination .pagination-links a {
  display: block;
  padding: 11px 20px;
  margin: 0 20px 20px 0;
  color: #24282d;
  font-family: "Lato", sans-serif;
  background: #f5f5f5;
  font-size: 18px;
  font-weight: 400;
  float: left;
}
#buddypress div.pagination .pagination-links span.dots, #buddypress div.pagination .pagination-links a.dots, #buddypress div.pagination .pagination-links span.dots, #buddypress div.pagination .pagination-links a.dots {
  padding: 11px 17px;
  color: #24282d;
  background: transparent;
}
#buddypress div.pagination .pagination-links span:last-child, #buddypress div.pagination .pagination-links a:last-child, #buddypress div.pagination .pagination-links span:last-child, #buddypress div.pagination .pagination-links a:last-child {
  margin: 0;
}
#buddypress div.pagination .pagination-links a.page-numbers:hover,
#buddypress div.pagination .pagination-links .page-numbers.current, #buddypress div.pagination .pagination-links a.page-numbers:hover,
#buddypress div.pagination .pagination-links .page-numbers.current {
  background: #3498db;
  color: #ffffff;
  font-weight: 400;
}
#buddypress div.pagination .pagination-links a, #buddypress div.pagination .pagination-links a {
  text-decoration: none;
}
