/* PageSpeed Ninja 1.4.5 | pagespeed.ninja/license.html */
#wpcontent,
.auto-fold #wpcontent {
    background-color: #fff;
    padding-left: 0;
}

#wpbody-content .notice,
#update-nag,
.update-nag {
    margin: 0;
}

#psnwrap {
    margin: 0;
    padding: 0;
    width: 100%;
}

.pagespeedninja {
    font-family: Montserrat, Verdana, 'DejaVu Sans', system-ui, sans-serif;
    font-size: 16px;
    color: #333;
}
#pagespeedninja-content {
    background-image: url('../image/background.jpg');
    background-size: 587px auto;
    min-height: 100vh;
}

.pagespeedninja a {
    color: #1088FF;
}
.pagespeedninja .hide {
    display: none !important;
}

.pagespeedninja .headerbar {
    padding: 48px 0;
    text-align: center;
}

.pagespeedninja .headerbar > .logo {
    background: url('../image/pagespeed-ninja-logo.png') no-repeat;
    background-size: contain;
    width: 430px;
    height: 72px;
    margin: 0 auto;
    max-width: 100%;
}

.pagespeedninja .button {
    cursor: pointer;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    min-width: 120px;
    padding: 0 24px;
    color: #545454;
    background-color: #F6F7F7;
    border: 1px solid #DCDCDE;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.pagespeedninja .button:hover {
    color: #fff;
    background-color: #258aff;
    border-color: #258aff;
}
.pagespeedninja .button + .button {
    margin-left: 24px;
}

.pagespeedninja .button.disabled,
.pagespeedninja .pro .button {
    cursor: default;
    box-shadow: none;
    color: #A8AAAD;
}

.pagespeedninja input[type=button],
.pagespeedninja input[type=submit] {
    cursor: pointer;
    height: 48px;
    padding: .75em 2em;
    border: 1px solid #DCDCDE;
    border-radius: 4px;
    font-weight: 600;
    color: #545454;
    background-color: #F6F7F7;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    text-transform: uppercase;
}

.pagespeedninja input[type=button]:disabled {
    cursor: default;
    color: #A8AAAD;
    box-shadow: none;
}

.pagespeedninja .buttonbar {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    height: 168px;
    margin: 0;
    padding: 53px 0 0;
    box-sizing: border-box;
    z-index: 5;
    pointer-events: none;
}
.pagespeedninja .buttonbar > a.save {
    display: block;
    width: 120px;
    height: 48px;
    line-height: 49px;
    margin: 0 88px 0 auto;
    color: #fff;
    border: none;
    background-color: #258aff;
    box-shadow: 0 4px 16px rgba(0,0,0,.2) !important;
    pointer-events: all;
}
@media screen and (max-width: 480px) {
    .pagespeedninja .buttonbar > a.save {
        margin-right: 10px;
    }
}
.pagespeedninja .buttonbar > a.save.disabled {
    border: 1px solid #DCDCDE;
    background-color: #F6F7F7;
    color: #A8AAAD;
}
.pagespeedninja .buttonbar + .headerbar {
    margin-top: -168px;
}

.pagespeedninja .tabs {
    margin: 0;
    padding: 0 48px;
    z-index: 0;
    position: relative;
    white-space: nowrap;
    overflow-x: clip;
}

.pagespeedninja .tabs > a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    color: rgba(51, 51, 51, 0.8);
    text-decoration: none;
    background-color: #eee;
    margin: 0;
    padding: 0 48px;
    position: relative;
    box-shadow: none;
}

.pagespeedninja .tabs > a.active {
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@supports ((-webkit-filter: drop-shadow(0 4px 16px rgba(0,0,0,0.2))) or (filter: drop-shadow(0 4px 16px rgba(0,0,0,0.2)))) {
    .pagespeedninja .tabs > a {
        margin: 0 24px;
        padding: 0 24px;
    }

    .pagespeedninja .tabs > a:before,
    .pagespeedninja .tabs > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 24px solid transparent;
        border-bottom: 24px solid #eee;
    }

    .pagespeedninja .tabs > a:before {
        left: -24px;
        border-left: 12px solid transparent;
        border-right: 12px solid #eee;
    }

    .pagespeedninja .tabs > a:after {
        right: -24px;
        border-left: 12px solid #eee;
        border-right: 12px solid transparent;
    }

    .pagespeedninja .tabs > a.active {
        box-shadow: none;
        -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.2));
                filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.2));
    }

    .pagespeedninja .tabs > a.active:before,
    .pagespeedninja .tabs > a.active:after {
        border-bottom: 24px solid #fff;
    }

    .pagespeedninja .tabs > a.active:before {
        border-right: 12px solid #fff;
    }

    .pagespeedninja .tabs > a.active:after {
        border-left: 12px solid #fff;
    }
}

.pagespeedninja .main {
    margin: 0 48px;
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 48px;
    position: relative;
}

.pagespeedninja .main:before {
    z-index: 2;
    content: '';
    position: absolute;
    width: 100%;
    height: 48px;
    top: 0;
    left: 0;
    background-color: #fff;
}

#pagespeedninja-content > .main:after {
    content: '';
    clear: both;
    display: block;
}

.pagespeedninja .main > .column {
    display: inline-block;
    margin: 0 48px 24px 0;
    vertical-align: top;
    max-width: 490px;
}
@media screen and (max-width: 479px) {
    .pagespeedninja .main > .column {
        margin-right: 0;
    }
}

.pagespeedninja .main > .column > .settings > h2 {
    font-size: 24px;
    min-height: 48px;
    line-height: 48px;
    margin: 0 0 24px;
    padding: 0;
}

.pagespeedninja .main > .column > .settings > div {
    margin-left: 24px;
}

.pagespeedninja .main > .column > .settings > div > h3 {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin: 12px 0;
    padding: 0;
    display: inline-block;
}

#desktop-should-fix h3,
#mobile-should-fix h3 {
    border-bottom: 2px solid #f53a59;
}

#desktop-consider-fixing h3,
#mobile-consider-fixing h3 {
    border-bottom: 2px solid #f6a623;
}

#desktop-passed h3,
#mobile-passed h3 {
    border-bottom: 2px solid #90e43a;
}

#desktop-waiting,
#mobile-waiting {
    margin-top: 24px;
}

.pagespeedninja .main > .column > .settings > div > div {
    margin-left: 16px;
}

.pagespeedninja .header {
    margin-bottom: 16px;
}

.pagespeedninja .header > .title,
.pagespeedninja .header > .field {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
}

.pagespeedninja .header > .title {
    width: 320px;
    font-weight: 300;
}
@media screen and (max-width: 479px) {
    .pagespeedninja .header > .title {
        width: 190px;
    }
}

.pagespeedninja .header > .field {
    margin-left: 72px;
}

/* Checkboxes */
.pagespeedninja input[type=checkbox] {
    display: none;
}

.pagespeedninja input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 45px;
    height: 12px;
    vertical-align: top;
    border-radius: 6px;
    transition: all .4s ease;
    margin-top: 4px;
}

/*
.pagespeedninja .column-wide .header input[type=checkbox] + label {
    border: 1px solid rgba(224, 224, 224, 0.3);
}
*/
.pagespeedninja input[type=checkbox]:checked + label {
    background-color: #7ed321;
    border: 1px solid #7ed321;
}
.pagespeedninja .pro input[type=checkbox]:checked + label {
    background-color: #fff;
    border-color: #ddd;
}

.pagespeedninja input[type=checkbox]:disabled + label {
    opacity: .6;
}

.pagespeedninja input[type=checkbox].psierror:checked + label {
    background-color: #d0021b;
    border: 1px solid #d0021b;
}

.pagespeedninja input[type=checkbox].psiwarn:checked + label {
    background-color: #fda100;
    border: 1px solid #fda100;
    /*background-color: #d0021b;*/
    /*border: 1px solid #d0021b;*/
}

/*
.pagespeedninja .content input[type=checkbox] + label {
    background-color: #bbb;
    vertical-align: text-bottom;
}
.pagespeedninja .content input[type=checkbox]:checked + label {
    background-color: #339;
}
*/
.pagespeedninja input[type=checkbox] + label:after {
    content: '';
    display: block;
    position: absolute;
    transition: all .4s ease;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #fff;
    top: -6px;
}

.pagespeedninja input[type=checkbox]:checked + label:after {
    left: 25px;
}

/* GPS scores */
.pagespeedninja .gps {
    display: inline-block;
    padding-right: 32px;
}
.pagespeedninja .gps_loading,
.pagespeedninja .gps_loading:after,
.pagespeedninja .gps_error,
.pagespeedninja .gps_warning,
.pagespeedninja .gps_excellent,
.pagespeedninja .gps_unknown {
    border: 4px solid;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    z-index: 3;
    position: relative;
    font-size: 18px;
    line-height: 42px;
}

.pagespeedninja .gps_error {
    border-color: #f5425c;
    color: #f5425c;
}

.pagespeedninja .gps_warning {
    border-color: #f6a623;
    color: #f6a623;
}

.pagespeedninja .gps_excellent {
    border-color: #7ed625;
    color: #7ed625;
}

.pagespeedninja .gps_unknown {
    border-color: #ccc;
    color: #ccc;
}

.pagespeedninja .gps_result_orig > .gps_error {
    border-color: #f87c8f;
    color: #f87c8f;
}
.pagespeedninja .gps_result_orig > .gps_warning {
    border-color: #f8bd5d;
    color: #f8bd5d;
}
.pagespeedninja .gps_result_orig > .gps_excellent {
    border-color: #abe76f;
    color: #abe76f;
}

.pagespeedninja .gps_result_orig > .gps_unknown {
    border-color: #ddd;
    color: #ddd;
}

.pagespeedninja .gps_loading:after {
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    border-color: #eee #ddd;
    -webkit-animation: spin 12s infinite linear;
            animation: spin 12s infinite linear;
}
@-webkit-keyframes spin {
    0%   {-webkit-transform: rotate(0deg);transform: rotate(0deg)}
    100% {-webkit-transform: rotate(3600deg);transform: rotate(3600deg)}
}
@keyframes spin {
    0%   {-webkit-transform: rotate(0deg);transform: rotate(0deg)}
    100% {-webkit-transform: rotate(3600deg);transform: rotate(3600deg)}
}


.pagespeedninja .gps_result_new > a.thickbox {
    display: inline-block;
    padding: 1px;
    background-color: #258aff;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.pagespeedninja #pagespeed_desktop_new,
.pagespeedninja #pagespeed_mobile_new {
    border-style: dotted;
    color: #fff;
    border-color: #fff;
}

.pagespeedninja .gps_result_orig,
.pagespeedninja .gps_result,
.pagespeedninja .gps_result_new {
    display: inline-block;
    vertical-align: middle;
}

.pagespeedninja .gps_result_orig {
    padding-left: 32px;
}

.pagespeedninja .gps_result,
.pagespeedninja .gps_result_new {
    padding-left: 24px;
}

.pagespeedninja .gps_result:before,
.pagespeedninja .gps_result_new:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 13px;
    left: -14px;
    width: 27px;
    height: 9px;
    background-image: url('../image/arrow.png');
    background-size: 27px 9px;
}

/* Advanced */
.pagespeedninja .presets {
    float: right;
    min-width: 175px;
    max-width: 246px;
    position: relative;
    z-index: 3;
    padding: 24px 32px;
    border: solid 1px #ddd;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.pagespeedninja .presets > h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 12px;
}

.pagespeedninja .presets > label {
    display: block;
    line-height: 2;
    min-width: 140px;
}

.pagespeedninja .presets > label > input {
    margin-right: 12px;
}

@media screen and (max-width: 1399px) {
    .pagespeedninja .presets {
        float: none;
        max-width: 100%;
        margin-bottom: 32px;
    }
    .pagespeedninja .presets > label {
        display: inline-block;
        margin-right: 32px;
    }
}

.pagespeedninja #pagespeedninja_form {
    max-width: 720px;
}

.pagespeedninja .column-wide .header {
    position: relative;
    display: table;
    height: 64px;
    width: 100%;
    max-width: 720px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #ddd;
    line-height: 64px;
    margin-bottom: 0;
    background-color: #fff;
}

.pagespeedninja .column-wide .header > .expando {
    display: inline-block;
    vertical-align: middle;
    background: url('../image/icons.png') 0 0;
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 23px;
}

.pagespeedninja .column-wide .header > .expando.open {
    background-position: -18px 0;
}

.pagespeedninja .column-wide .header > .title {
    display: table-cell;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding-left: 60px;
    padding-right: 84px;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.5em;
    cursor: pointer;
}

.pagespeedninja .column-wide .header > .field {
    float: right;
    margin: 20px 16px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.pagespeedninja .column-wide .content {
    background-color: #fdfdfd;
    border: solid 1px #eee;
    max-width: 710px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    height: 0;
    overflow: hidden;
    margin: -1px 5px;
    padding: 0 43px;
}

.pagespeedninja .column-wide .content.show {
    height: auto;
    overflow: visible;
    padding-top: 48px;
    padding-bottom: 8px;
}

.pagespeedninja .column-wide .content > .line {
    margin-bottom: 32px;
    transition: all 0.3s ease-out;
}

.pagespeedninja .column-wide .content.disabled > .line {
    opacity: .7;
}

.pagespeedninja .column-wide .content > .line > .title,
.pagespeedninja .column-wide .content > .line > .field {
    display: inline-block;
    vertical-align: top;
}

.pagespeedninja .column-wide .content > .line > .title {
    min-width: 36%;
    max-width: 220px;
    margin-right: 48px;
    margin-bottom: 24px;
    line-height: 150%;
}

.pagespeedninja .column-wide .content > .line > .field {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    width: 100%;
    max-width: 345px;
}

.pagespeedninja .column-wide .content > .line > .field.fullline {
    max-width: 100%;
}

.pagespeedninja .column-wide .content > .line > .field > label {
    display: block;
    margin-bottom: 6px;
}

.pagespeedninja .column-wide .content > .line > .field > label > input[type=radio] {
    margin: 0 12px 0 0;
}

@media screen and (max-width: 580px) {
    .pagespeedninja .tabs {
        padding: 0;
    }
    .pagespeedninja .main {
        margin: 0;
    }
    .pagespeedninja .main,
    .pagespeedninja .column-wide .content.show {
        padding-left: 0;
        padding-right: 0;
    }
}

.pagespeedninja input[type=text] {
    height: 48px;
    width: 340px;
    max-width: 100%;
    padding: 0 12px;
    margin: -12px 0 12px;
    font-size: 16px;
    background-color: #fff;
    border: solid 1px #ccc;
}

.pagespeedninja input[type=number] {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    width: 120px;
    margin: -12px .3em 0 0;
    text-align: right;
    background-color: #fff;
    border: solid 1px #ccc;
}

.pagespeedninja input[type=time] {
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    margin: -12px 0 0;
    font-size: 16px;
    background-color: #fff;
    border: solid 1px #ccc;
}

.pagespeedninja input[type=file] {
    box-sizing: border-box;
    height: 48px;
    width: 340px;
    max-width: 100%;
    padding: 11px 12px; /* 48 = 1 + 11 + 24 + 11 + 1 */
    margin: -12px 0 0;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.pagespeedninja input[type=file]::-webkit-file-upload-button {
    margin-right: 12px;
    height: 24px;
}
.pagespeedninja input[type=file]::file-selector-button {
    margin-right: 12px;
    height: 24px;
}

.pagespeedninja textarea {
    max-width: 100%;
    white-space: pre;
}

.pagespeedninja .line.todo {
    font-style: italic;
}

.pagespeedninja .line.global {
    padding: 1em 1em .5em;
    margin: -1em -1em 2em;
    background-color: #eff2f4;
}
.pagespeedninja .line.global .field,
.pagespeedninja .line.pro .field {
    pointer-events: none;
}

.pagespeedninja .column-wide .content > .line > .field > .filename {
    font-size: 12px;
}

.pagespeedninja .excludelist {
    max-height: 384px;
    overflow-y: auto;
}
.pagespeedninja .excludelist > table {
    width: 100%;
}
.pagespeedninja .excludelist > table th {
    text-align: left;
    padding-bottom: 6px;
}
.pagespeedninja .excludelist > table td {
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    padding-bottom: 6px;
}
.pagespeedninja .excludelist > table td:first-child + td {
    white-space: nowrap;
    color: #999;
    font-size: 12px;
}
.pagespeedninja .excludelist > table input[type=checkbox] {
    display: block;
    margin: 0 auto;
}

/* Tooltips */
.pagespeedninja [data-tooltip] {
    position: relative;
    display: inline-block;
}

.pagespeedninja [data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: 100%;
    box-sizing: border-box;
    width: 460px;
    min-width: 300px;
    max-width: calc(100vw - 16px);
    min-height: 92px;
    margin-left: var(--tooltip-offset, 0px);
    padding: 18px 24px 18px 90px;
    visibility: hidden;
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    white-space: normal;
    word-wrap: break-word;
    color: #111;
    background-color: #FFFDE3;
    background-image: url('../image/ninja.png');
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-position: 24px 24px;
    border: 1px solid #FAC300;
    border-radius: 4px;
    box-shadow: 4px 6px 8px rgba(0, 18, 45, 0.2);
    transition: 0.3s ease;
    transition-delay: 0ms;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.pagespeedninja [data-tooltip]:hover:before,
.pagespeedninja [data-tooltip]:focus:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 100ms;
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
}

.pagespeedninja .line.pro .title {
    color: #A8AAAD;
}
.pagespeedninja .line.pro .title:after {
    content: 'PRO';
    display: inline-block;
    position: absolute;
    margin: 3px 0 0 8px;
    padding: 0 4px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    color: #E24B5D;
    font-weight: bold;
    border: 1px solid #E24B5D;
    border-radius: 4px;
}

#TB_ajaxContent #pagespeedninja-content {
    background-image: none;
    min-height: 0;
}

.pagespeedninja .subsection {
    position: relative;
}
.pagespeedninja .subsection:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    border-top: 1px solid #ccc;
}
.pagespeedninja .subsection div {
    display: inline-block;
    position: relative;
    margin-left: 15%;
    background-color: #fdfdfd;
    color: #999;
    padding: 0 2em;
}

.pagespeedninja #do_subscription_getapikey {
    display: none;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
.pagespeedninja .loading:after {
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    border-color: #eee #ddd;
    -webkit-animation: spin 12s infinite linear;
            animation: spin 12s infinite linear;
}
.pagespeedninja #do_subscription_title {
    display: inline-block;
    margin-top: 12px;
    margin-right: 24px;
}
.pagespeedninja #do_subscription_upgrade {
    display: none;
}

.pagespeedninja #do_backup_create {
    width: 100%;
}
.pagespeedninja #do_backup_restore {
    display: block;
}

.pagespeedninja .do_subscription,
.pagespeedninja #do_backup_create,
.pagespeedninja #backupfile,
.pagespeedninja #do_dnsprefetch_run,
.pagespeedninja #do_dnsprefetch_clear,
.pagespeedninja #do_preload_run,
.pagespeedninja #do_preload_clear {
    margin-top: -12px;
}

.pagespeedninja p {
    font-size: 16px;
}
.pagespeedninja .rules-list {
    max-width: 100%;
    border-spacing: 2px;
    margin-top: -2px;
}
.pagespeedninja .rules-list td {
    vertical-align: top;
    line-height: 1;
}
.pagespeedninja table#rules-urls-list {
    margin-bottom: 24px;
}
.pagespeedninja table#rules-urls-list td {
    vertical-align: top;
}
.pagespeedninja table#rules-urls-list td:first-child {
    text-align: center;
}
.pagespeedninja table#rules-urls-list.css tr.psn-ruleslist-row-1 {
    display: none;
}
.pagespeedninja table#rules-urls-list.js tr.psn-ruleslist-row-2 {
    display: none;
}
.pagespeedninja table#rules-urls-list input[type=checkbox] {
    display: inline-block;
}

.pagespeedninja [data-html-tooltip] {
    display: none;
    position: absolute;
    z-index: 4;
    padding: 18px 24px;
    max-width: 420px;
    color: #111;
    background-color: #FFFDE3;
    line-height: 1.5;
    border: 1px solid #E24B5D;
    border-radius: 4px;
    box-shadow: 4px 6px 8px rgba(0, 18, 45, 0.2);
    opacity: .95;
}

.pagespeedninja [data-html-tooltip] a {
    color: #E24B5D;
    font-weight: bold;
    text-decoration: underline;
}

.pagespeedninja [data-html-tooltip]:before {
    content: '';
    position: absolute;
    -webkit-clip-path: polygon(-60% -50%, 150% -50%, 150% 160%);
            clip-path: polygon(-60% -50%, 150% -50%, 150% 160%);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 16px;
    height: 16px;
    top: -9px;
    left: 6em;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    background-color: inherit;
}

.pagespeedninja [data-html-tooltip-pos="top"]:before {
    -webkit-clip-path: polygon(-50% -60%, -50% 150%, 160% 150%);
            clip-path: polygon(-50% -60%, -50% 150%, 160% 150%);
    top: auto;
    bottom: -9px;
    border: inherit;
    border-right-color: transparent;
    border-top-color: transparent;
}

.pagespeedninja .footer {
    text-align: center;
    margin: 2rem 0 1rem;
}

#pagespeedninja_filter {
    width: 100%;
}
#pagespeedninja_form .unmatched {
    display: none;
}

.pagespeedninja .pagespeedninja_filter_wrapper {
    margin-top: 13px;
}

#do_clear_images {
    margin-bottom: 4px;
}