/* Left-align summary table captions */
table.summarytable > caption {
    text-align: left;
}
