.notice {
    display: none;
}

.update-nag {
    display: none;
}


.tipsee-site-setup-wizard{
    /* TODO: recreate this function, just hide at the moment */
    display:none !important;
}

#wpadminbar {
    padding-top: 0 !important;
}


.hide-if-no-customize{
    display: none;
}


.webwiskee-customization-form *:not(.switch) input[type=checkbox] {
    padding: 8px !important
}


.flexy-col-half .flexy-row {
    display: flex;
    align-items: center;
    min-height: 53px;
    padding: 0;
    margin: 0;
}


.webwiskee-customization-form *:not(.switch) input[type=checkbox]{
    width: 25px;
    height: 25px;
}
.webwiskee-customization-form *:not(.switch) input[type=checkbox]+label {
    margin-left: -5px;
    margin-top: 4px;
}

.heading-wrapper .flexy-row, .paragraph-wrapper .flexy-row  {
    display: flex;
    align-items: center;
}