#querylist *:before,
#querylist *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.debug-bar-rewrites-urls .stats h2,
.debug-bar-rewrites-urls .stats a {
    float: left;
    min-width: 150px;
    font-weight: normal;
    font-family: georgia, times, serif;
    clear: none;
    text-align: center;
    font-size: 28px !important;
    margin: 15px 10px 15px 0 !important;
}

.debug-bar-rewrites-urls .stats h2 {
    border: 1px solid transparent;
    padding: 5px 10px 15px;
}

.debug-bar-rewrites-urls .stats h2 span {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    margin-bottom: 5px;
}

.debug-bar-rewrites-urls .stats h2 > i {
    font-style: normal;
}

.debug-bar-rewrites-urls .stats a,
.debug-bar-rewrites-urls .stats a:active,
.debug-bar-rewrites-urls .stats a:focus {
    padding-top: 28px;
    text-decoration: underline !important;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none;
}

#querylist .debug-bar-rewrites-urls .stats a,
#querylist .debug-bar-rewrites-urls .stats a:active,
#querylist .debug-bar-rewrites-urls .stats a:focus,
.debug-bar-rewrites-urls .stats a,
.debug-bar-rewrites-urls .stats a:active,
.debug-bar-rewrites-urls .stats a:focus {
    color: #000 !important;
}

.debug-bar-rewrites-urls .stats a .spinner {
    visibility: hidden;
    display: block;
    float: none;
    margin: 0 auto;
    margin-top: 14px;
}

.debug-bar-rewrites-urls h3 {
    font: normal 21px georgia, times, serif;
    margin: 15px 10px 15px 0 !important;
    clear: both;
}

.debug-bar-rewrites-urls .filterui {
    margin: -6px -20px 0px -20px;
    padding: 6px 20px;
    display: flex;
}

.wrap.debug-bar-rewrites-urls .filterui {
    margin: 0px;
    padding: 6px 0px;
}

.debug-bar-rewrites-urls .filterui .mono {
    margin: 0px !important;
    padding: 2px 3px !important;
    box-shadow: none !important;
    outline: 0;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: courier !important;
    font-size: 12px !important;
    line-height: 18px;
}

.debug-bar-rewrites-urls .filterui .mono:focus {
    outline: 0;
}

.debug-bar-rewrites-urls .filterui .mono::-webkit-input-placeholder {
    font-family: courier !important;
    font-size: 12px !important;
    line-height: 18px;
}

.debug-bar-rewrites-urls .filterui .mono::-moz-placeholder {
    font-family: courier !important;
    font-size: 12px !important;
    line-height: 18px;
}

.debug-bar-rewrites-urls .filterui .url {
    width: 75%;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    display: flex;
    background-color: #fff;
}

.debug-bar-rewrites-urls .filterui .url.active {
    border-color: #999;
}

.debug-bar-rewrites-urls .filterui .url .mono {
    display: table-cell;
}

.debug-bar-rewrites-urls .filterui .url .mono,
.debug-bar-rewrites-urls .filterui .url .mono:focus {
    border-width: 0 !important;
    border: none !important;
}

.debug-bar-rewrites-urls .filterui .url .search {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left-width: 0;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left;
    background: #fff !important;
    color: #32373c;
    flex-grow: 1;
    min-width: 25%;
}

.debug-bar-rewrites-urls .filterui .url .domain {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right-width: 0px;
    margin-right: 2px !important;
    padding-right: 0px !important;
    text-align: right;
    background: #fff !important;
    color: #999;
    order: -1;
}

.debug-bar-rewrites-urls .filterui .url span.domain {
    display: inline-block;
}

.debug-bar-rewrites-urls .filterui .rule {
    width: 25%;
    padding-left: 12px;
}

.debug-bar-rewrites-urls .filterui .rule input {
    width: 100%;
    text-align: center;
    color: #32373c !important;
    border: 1px solid #DFDFDF !important;
}

.debug-bar-rewrites-urls .filterui .rule input:focus {
    border-color: #999 !important;
}

.debug-bar-rewrites-urls .dbrr {
    margin: 0 -20px;
}

.wrap.debug-bar-rewrites-urls .dbrr {
    margin: 0px;
}

.debug-bar-rewrites-urls .dbrr table {
    width: 100%;
    min-width: 860px;
    background-color: #f9f9f9;
    border-width: 1px;
}

.wrap.debug-bar-rewrites-urls .dbrr table {
    border: 1px solid #dfdfdf;
}

.debug-bar-rewrites-urls .dbrr table thead tr th,
.debug-bar-rewrites-urls .dbrr table tfoot tr th {
    border-width: 1px 0;
    border-style: solid;
    overflow: hidden;
    border-top-color: #dfdfdf;
    border-bottom-color: #dfdfdf;
    background: #f1f1f1;
    background-image: linear-gradient(to top, #ececec, #f9f9f9);
    font-family: georgia, times, serif;
    font-size: 15px !important;
    font-weight: normal !important;
    padding: 7px 0px;
    text-align: left;
    line-height: 1.3em;
    color: #333;
}

.debug-bar-rewrites-urls .dbrr table thead tr th:first-of-type,
.debug-bar-rewrites-urls .dbrr table tfoot tr th:first-of-type {
    padding-left: 20px;
}

.debug-bar-rewrites-urls .dbrr table tbody tr.alt td {
    background-color: #fff !important;
}

.debug-bar-rewrites-urls .dbrr table tbody tr.hidden {
    display: none;
}

.debug-bar-rewrites-urls .dbrr table tbody tr td {
    padding: 4px 7px;
    vertical-align: top;
}

.debug-bar-rewrites-urls .dbrr table tbody tr td span {
    background: rgba(237, 224, 0, 0.5);
    padding: 2px 2px;
    margin: -2px -2px;
    display: inline-block;
    border-radius: 3px;
}

.debug-bar-rewrites-urls .dbrr table tbody tr td:last-of-type {
    padding-right: 20px;
}

.debug-bar-rewrites-urls .dbrr.rules table tbody tr td:first-of-type {
    padding-left: 20px;
}

.debug-bar-rewrites-urls .dbrr.filters table tr.deactivated td {
    background-color: #eff0f1;
    color: #999;
    text-align: center;
}

.debug-bar-rewrites-urls .dbrr.filters table tr.deactivated td.filter-hook {
    text-align: left;
}

.debug-bar-rewrites-urls .dbrr.filters table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.debug-bar-rewrites-urls .dbrr.filters table tr:nth-child(even) {
    background-color: #fff;
}

.debug-bar-rewrites-urls .dbrr.filters table tr td {
    padding: 4px 7px;
    font-size: 12px;
    line-height: 16px;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #dfdfdf;
}

.debug-bar-rewrites-urls .dbrr.filters table tr td.filter-hook {
    padding-left: 20px;
}
