#wp-admin-bar-whippet .ab-item {
    cursor: pointer;
}

#whippet > h2 {
    color: #000;
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
    font-size: 2.5em;
}

.whippet-panel {
    position: fixed;
    top: 32px;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: #eee;
    color: #000;
    overflow: scroll;
    padding: 1em 1em 2em 1em;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.6842;
    z-index: 1000000;
    max-width: 100%;
}

.whippet-panel h1,
.whippet-panel h2,
.whippet-panel table,
.whippet-panel tbody,
.whippet-panel tr,
.whippet-panel td {
    border: 0;
    font-family: sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #444;
}

.whippet-panel *,
.whippet-panel *:before,
.whippet-panel *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.whippet-panel table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    border-width: 1px 0 0 1px;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    margin-bottom: 5px;
}

.whippet-panel h1 {
    font-size: 28px;
    font-weight: 400;
    clear: both;
}

.whippet-panel h1:before,
.whippet-panel h2:before {
    display: none !important;
}

.whippet-panel h1 span {
    background: #ed6a67;
    color: #fff;
    padding: 0 .15em;
}

.whippet-panel .whippet-info {
    margin-bottom: 2em;
    border: 0;
}

.whippet-panel table tr td {
    font-weight: normal;
    font-style: inherit;
    vertical-align: top;
    box-sizing: inherit;
}

.whippet-panel .whippet-info td {
    vertical-align: top;
    border: 0;
}

.whippet-panel h2 {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    clear: both;
}

.whippet-panel ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    max-width: 1000px;
    line-height: 1.4em;
}

.whippet-panel ul li {
    margin: 0 0 0 2em;
    padding: 0;
    line-height: 1.4em;
}

.whippet-panel ul li a {
    text-decoration: underline;
}

.whippet-panel #submit-whippet {
    font-family: inherit;
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    height: 28px;
    margin: 0 0  2em 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.plugin-wrapper .gonz.plugin .overflow a {
    text-decoration: none;
    color: #444;
}

.plugin-wrapper .gonz.plugin .overflow span {
    line-height: 1em;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
}

.gonz tr:nth-child(even) {
    background-color: rgba(238, 238, 238, 0.1);
}

.gonz tr th,
.gonz tr td {
    padding: .75em;
    border-bottom: 1px solid #e5e5e5;
    border-width: 0 0 1px 0;
    line-height: 1.2em;
    vertical-align: top;
    text-align: left;
}

.gonz tr .overflow {
    text-overflow: ellipsis;
    overflow: hidden;
}

.gonz tr .options .ignore {
    margin-top: .5em;
}

.gonz tr td input[type=checkbox],
.gonz tr td input[type=radio] {
    outline: none;
    display: inline-block;
    margin: 0 0.5em 0 0;
    width: auto;
}

.gonz tr td > div > a {
    color: red;
}

.gonz .g-link {
    color: #007acc;
    text-decoration: none;
    font-size: 1.1em;
    white-space: nowrap;
}

.gonz .g-info {
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
    margin-top: 0.5em;
}

.gonz .g-info a {
    color: #ed6a67;
    text-decoration: none;
}

.gonz tr td label {
    margin: .25em 1em .25em 0em;
    font-size: 1em;
    display: inline-block;
    width: auto;
    font-weight: initial;
}

.gonz tr td .state-1 {
    background: rgb(73, 207, 84);
    color: #fff;
    width: 100%;
    padding: .25em;
}

.gonz tr td .state-0 {
    background: rgb(232, 69, 69);
    color: #fff;
    width: 100%;
    padding: .25em;
}

.gonz tr th:nth-child(1),
.gonz tr td:nth-child(1) {
    text-align: center;
    width: 75px;
}

.gonz tr th:nth-child(3),
.gonz tr td:nth-child(3) {
    width: 100px;
}

.gonz tr th:nth-child(2),
.gonz tr td:nth-child(2) {
    width: auto;
}

.gonz tr th:nth-child(4),
.gonz tr td:nth-child(4) {
    width: 130px;
}

.gonz tr th:nth-child(5),
.gonz tr td:nth-child(5) {
    width: 35%;
}

.gonz.plugin tr th:nth-child(1),
.gonz.plugin tr td:nth-child(1) {
    text-align: center;
    width: 75px;
}

.gonz.plugin tr th:nth-child(2),
.gonz.plugin tr td:nth-child(2) {
    width: auto;
}

.gonz.plugin tr th:nth-child(3),
.gonz.plugin tr td:nth-child(3) {
    width: 130px;
}

.gonz.plugin tr th:nth-child(4),
.gonz.plugin tr td:nth-child(4) {
    width: 35%;
}

.gonz select {
    font-family: inherit;
    font-size: 1em;
    height: auto;
}

.gonz select::before,
.gonz select::after {
    content: ""!important;
}

.gonz:not(.plugin) {
    margin-bottom: 3em;
}

.gonz:not(.plugin) tr:hover td {
    background-color: #f7f5f5
}

.gonz .g-cond {
    /*margin-top: .5em;*/
    float: left;
    width: 100%;
}

.gonz .g-excp {
    margin-top: 1em;
    float: left;
    width: 100%;
}

.gonz .g-regex textarea {
    margin: 1em 0 0 0;
    float: left;
    width: 100%;
    max-width: 100%;
    min-height: 5em;
    font-family: monospace;
    font-size: .9em;
    background: #222;
    color: #fff;
    border: 0;
    outline: none;
    padding: 5px;
}

.gonz .g-disabled {
    display: none;
}


.plugin-wrapper {
    float: left;
    width: 100%;
}

.plugin-wrapper > h2 {
    font-size: 1.7em;
    font-weight: 400;
    text-transform: initial;
}

.gonz {
    border-left: 10px solid #ddd;
    margin: 0 0 1.6em;
    border: none;
    background: #fff;
}

.plugin-wrapper .gonz.empty {
    background: #fff;
    padding: 1em;
}
