﻿link[rel="stylesheet"][href*="/pfb."]::before {
    content: "0.1-dev.0";
    display: none;
}

#popup-form-buttons--anchor {
    display: none;
    position: absolute;
}
body .tipsy .tipsy-inner {
    min-width: 0 !important;
}
.popup-form-buttons .tipsy-inner,
.tipsy-inner:has(#popup-form-buttons--content) {
    cursor: pointer;
    padding: 4px;
    max-width: 30em !important;
}
#popup-form-buttons--content i {
    display: inline-block;
    font-size: 1.2em;
    margin: 1px;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    border-radius: .2em;
    transition: background .15s ease;
}
#popup-form-buttons--content .popup-button--wysi-highlight i {
    background: rgba(255,255,255,.3);
}
#popup-form-buttons--content i:hover {
    background: rgba(255,255,255,.15);
}
#popup-form-buttons--content .popup-form-button {
    display: none;
}
#popup-form-buttons--content .popup-form-button.pfb-visible,
#popup-form-buttons--content.pfb-full .popup-form-button {
    display: inline-block;
}
.popup-button-icon.icon-custom::before {
    content: "";
}