.phpdocumentor table {
margin-bottom: var(--spacing-md);
}
th.phpdocumentor-heading,
td.phpdocumentor-cell {
border-bottom: 1px solid var(--table-separator-color);
padding: var(--spacing-sm) var(--spacing-md);
text-align: left;
}
th.phpdocumentor-heading:first-child,
td.phpdocumentor-cell:first-child {
padding-left: 0;
}
th.phpdocumentor-heading:last-child,
td.phpdocumentor-cell:last-child {
padding-right: 0;
}