/* Recolour bottom border on block listing */
.uomcontent [role=main] .block-listing li {
    border-bottom: 4px solid rgba(0,0,0,.15) !important;
}

/* Hide date on block listing for story longevity */
.meta-left {
    display: none !important;
}