.hooks_listing_container h3 {
    font-family: georgia, times, serif;
    font-size: 22px;
    margin-top: 1.2em;
    clear: both;
}

.hooks_listing_container table.debug-bar-actions-filters {
    width: 100%;
    border-collapse: collapse;
    cell-padding: 1em;
    clear: both;
    line-height: 1.5;
    font-size: 12px;
    table-layout: auto;
}

.hooks_listing_container table.debug-bar-actions-filters thead th,
.hooks_listing_container table.debug-bar-actions-filters tfoot th {
    padding: 0.7em 5px;
    width: auto;
    text-align: center;
    background-color: #E8E8E8;
}

.hooks_listing_container table.debug-bar-actions-filters tr {
    border-bottom: 1px solid #ccc;
}

.hooks_listing_container table.debug-bar-actions-filters thead th,
.hooks_listing_container table.debug-bar-actions-filters thead td,
.hooks_listing_container table.debug-bar-actions-filters tfoot th,
.hooks_listing_container table.debug-bar-actions-filters tfoot td {
    border: 1px solid #ccc;
}

.hooks_listing_container table.debug-bar-actions-filters tbody th,
.hooks_listing_container table.debug-bar-actions-filters tbody td {
    padding: 10px 2em 5px 5px;
    vertical-align: top;
    border: 1px solid #ccc;
}

.hooks_listing_container table.debug-bar-actions-filters tbody th {
    font-weight: bold;
    text-align: left;
    max-width: 300px;
}

.hooks_listing_container table.debug-bar-actions-filters td.prio {
    text-align: right;
}

.hooks_listing_container table.debug-bar-actions-filters td ul {
    margin: 0;
}

.hooks_listing_container ul,
.hooks_listing_container ol {
    padding: 0 0 0 30px !important;
}

.hooks_listing_container ul {
    list-style-type: square !important;
}

.hooks_listing_container ul li em {
    color: #999999;
}