/* QualityPS.com stylesheet */
/* contact.css */
/* defines Contact section styles */

/* START CONTACT LIST STYLES */

#contact-list td {
  border: 0;
  padding: .5em 1.5em;
}

#contact-list thead {
  text-transform: uppercase;
  font-weight: bold;
}

#contact-list tbody {
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}

.contact-header {
  padding-top: 1em;
  border-top: 1px solid #CDCDCD;
  font-weight: bold;
}

.contact-header td {
  padding: .5em .5em !important;
  background-color: #EFEFEF !important;
}

/* END CONTACT LIST STYLES */

/* end contact.css */
