img.pw-logo {
    margin-top: -8px;
    transition: opacity .2s ease;
    max-height: 21.56px;
}

img.pw-logo:hover {
    opacity: 0.8;
}

.Inputfields .Inputfield_models .uk-table-small td, .uk-table-small th {
    font-size: 12px;
    padding: 5px 5px;
}

.Inputfield_models .InputfieldTablePagerNavContent {
    overflow-x: scroll;
}

/* hide some formbuilder options to prevent breaking things */

#wrap_Inputfield_frBasic_noLoad,
#wrap_form_mobilePx,
#wrap_form_theme,
#wrap_Inputfield_form_framework {
    display: none;
}

.template_product-category #Inputfield_imported_data input[readonly="readonly"],
.template_product-family .Inputfield_search input[readonly="readonly"],
.template_product-family .Inputfield_search_text input[readonly="readonly"],
.template_product-family #Inputfield_imported_data input[name^="comp"][readonly="readonly"],
input[id^=Inputfield_comparison_table][readonly="readonly"] {
    background: transparent !important;
    border: 0 !important;
    color: black !important;
}