.news-section h2 {
   text-align: center;
   margin: 0 0 36px 0;
}

.news-section .list-group-item {
   border: none;
}

.news-section .list-group {
   max-height: 42em;
   overflow: auto;
}

/* FIXME pg, 27-06-2018: To enable separators below make sure to get rid of strange
hover behaviour first. */
/*
.news-section .list-group-item,
.news-section .list-group-item:hover {
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
}

.news-section .list-group-item:first-child {
   border-top-style: none;
}
*/
