/* Force single-column index page */
table.genindextable td {
    display: block;
    width: 100% !important;
}
