div.historictaula {
    padding: 0;
}

    div.historictaula div.tableContainer {
        padding: 1em;
    }

    div.historictaula table.dataTable {
        table-layout: fixed;
        font-size: 12px;
    }

        div.historictaula table.dataTable tr td.puntsuspensius {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
