/*
 The generated tables in areas such as paywall/subscriptions overextend their divs which creates
 styling problems.
 */

.result-list table.listing {
    table-layout: fixed;
}


/*
 When the browser window is resized with this table, we need the text to wrap to avoid overflow
 into the other cells' containers.
 */

.result-list .listing thead th {
    white-space: normal;
    word-wrap: break-word;
}


.result-list .listing td {
    word-wrap: break-word;
}
