#phpinfo table {
    table-layout: fixed;
}
#phpinfo table td {
    word-wrap: break-word;
}
#phpinfo td.e {
    font-weight: bold;
}
#phpinfo a > img {
    float: left;
    margin-right: 20px;
}
