/* CUSTOM CSS FOR lists.fsfe.org */

/* colour for fontawesome icons */
h2 i.fa {
  color: #236892;
}
/* hide horizontal lines which we do not explicitely mark */
hr:not(.visible) {
  display: none;
}
