/*
 * Community Relations Groups Styles
 */

table#alphabetic-filter {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
table#alphabetic-filter td {
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
  padding: 2px 5px 2px 5px;
}
table#alphabetic-filter td.selected {
  background: #ccc;
}
table#alphabetic-filter td a {
  color: #000;
  text-decoration: none;
}

ul.record-list em {
  font-weight: bold;
  font-style: normal;
}
ul.record-list p.address {
  font-size: 0.9em;
  margin: 0 0 5px 0;
}
ul.record-list p.telephone-number {
  margin: 0 0 2px 0;
}
ul.record-list p.email-address {
  margin: 0 0 5px 0;
}
ul.record-list p.email-address a {
  color: #000;
  text-decoration: none;
}
ul.record-list p.summary {
  margin: 0 0 5px 0;
}

div#record-details p.address {
  background: #eee;
  margin-bottom: 1.5em;
  padding: 8px;
}
div#record-details p.telephone-number {
  margin-bottom: 3px;
}
div#record-details p.email-address a {
  color: #000;
  text-decoration: none;
}
div#record-details h3 {
  font-size: 1em;
  border-top: 1px solid #ccc;
  margin: 1.5em 0 1em 0;
  padding-top: 1.5em;
}
