div.sub-billboards.info .billboard-sub-container .billboard-content p.title {
    display: none;
}

/* table adjustments */
body main article .generic-content-wrap table tbody tr:nth-of-type(even) td {
    border: 1px solid rgba(0, 0, 0, .05);
}

body main article table:not([class]), body main article .table-sortable table {
    overflow: unset;
}