.inform_availability tr{
    border:0px;
}
.inform_availability td{
    padding:3px;
    border:0px;
}

.inform_availability th{
    padding:3px;
    border:0px;
}
/* icon-only bell button: no size overrides, inherits .btn.list-btn like the "?" button */
#iap_show_link {
    display: inline-block;
    vertical-align: middle;
}

/* self-contained popup (no MooTools / Bootstrap dependency) */
#iap_overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#iap_modal {
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .35);
    padding: 15px;
    max-width: 95%;
    max-height: 95%;
}
#iap_modal #iap_frame {
    display: block;
    border: 0;
    max-width: 100%;
    background: transparent;
}
#iap_close {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
#iap_close:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
