/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#search-contacts {
  margin-bottom: 20px;
}

#contact-list-search ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contact-list-search ul li {
  padding: 0;
  margin-bottom: 20px;
  border-radius: 10px;
}

#contact-list-search .contact-list-main-elements {
  margin-bottom: 10px;
}

#contact-list-search ul li h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

#contact-list-search ul li a {
  cursor: pointer;
}

#contact-list-search .contact-list-job-title {
  display: block;
}

#contact-list-search .contact-list-email {
  display: block;
}

#contact-list-search .contact-list-phone {
  display: block;
}

#contact-list-files-found {
  display: none;
  margin-bottom: 20px;
}

#contact-list-nothing-found {
  display: none;
}

.contact-list-some-elements a {
  float: left;
  display: inline-block;
  width: 37px;
}

.contact-list-address {
  margin-top: 8px;
}

.contact-list-address-title {
  font-weight: bold;
  display: block;
}

.contact-list-address-line-1 {
  display: block;
}

.contact-list-address-line-2 {
  display: block;
}

.contact-list-address-line-3 {
  display: block;
}

.contact-list-address-line-4 {
  display: block;
}

.contact-list-description {
  margin-top: 8px;  
}

.contact-list-description-title {
  font-weight: bold;
  display: block;
}

.contact-list-description p {
  margin-bottom: 10px;
}

hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}