.table>tbody>tr>td,
.table>tbody>tr>th {
  border-top: none;
}

h1>a,h2>a {
  color: inherit;
}

h1>a:hover, h2>a:hover {
  color: inherit;
  text-decoration: inherit; 
}

a.accordion-toggle:before {
  font-family: 'FontAwesome';
  content: "\f107"; /* Angle right */
  margin-right: 10px;
}

a.accordion-toggle.collapsed:before {
  font-family: 'FontAwesome';
  content: "\f105 "; /* Angle down */
  margin-right: 10px;
}