table#header td.main {
    white-space: wrap !important;
}

table.nowrap td {
    white-space: wrap !important;
}

table.tabs td a {
    display: inline-block;
}

table.nowrap td a {
    display: inline-block;
    word-break: break-word;
}

a.ls-blob {
    word-break: break-word;
}
