
.search-member-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.form-search-member {
  display: flex;
  min-width: 680px;
}

@media only screen and (max-width: 700px) {
  .form-search-member {
    min-width: 100%;
  }

}
@media only screen and (max-width: 1024px) {
  .search-member-table {
    width: 100% !important;
  }
}



.label-secondary {
  color:#555555;
  font-size: 1.4rem;
  letter-spacing: 0.30px;
}



.td-image {
  width: 90px;
}

.search-result-description {
  padding-top: 8px;
  font-size: 13px !important;
  color: #656565;
}

.search-member-table {
  margin-top: 20px;
  width: 70%;
  border-spacing: 0;
  border-collapse: collapse;
}

.search-member-table th {
  font-weight: bold;
  color: #fff;
  background-color: #4d4d4d;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-align: left;
  padding: 12px 15px;
  font-size: 17px;
}

.search-member-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: 17px;
}

.search-member-table tr:nth-child(odd) td {
  background-color: #f1f1f1;
}
