#wpbody-content {
    overflow: visible !important; /* To cope with chosen select boxes */
}
.pb-framework-table th label {
    font-weight: bold;
}
.pb-framework-table th p {
    color: #666;
}
.pb-framework-table tr td, .postbox .form-table tr th {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    vertical-align: top;
}
.pb-framework-table tr:first-child td, .postbox .form-table tr:first-child th {
    border-top: 0 none;
}
.pb-framework-table tr:last-child td, .postbox .form-table tr:last-child th {
    border-bottom: 0 none;
}
.pb-tabs .wp-tab-bar {
    line-height: 1em;
}
.pb-panels .pb-panel,
.pb-tabs .wp-tab-panel {
    max-height: none;
    overflow: visible;
}
.pb-panels h4,
.pb-tabs h4 {
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 7px 10px;
    margin: 1em -12px 1em -10px;
    border-top: 1px solid #DFDFDF;
    box-shadow: inset 0 1px 0 #FFF;
    background: #ececec;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#F7F7F7), to(#ececec));
    background-image: -webkit-linear-gradient(bottom, #F7F7F7, #ececec);
    background-image:    -moz-linear-gradient(bottom, #F7F7F7, #ececec);
    background-image:      -o-linear-gradient(bottom, #F7F7F7, #ececec);
    background-image: linear-gradient(to top, #F7F7F7, #ececec);
}
.pb-panels .pb-panel:first-of-type h4,
.pb-tabs .wp-tab-panel:first-of-type h4 {
    margin-top: -6px;
    border-top: 0;
}
.js .pb-tabs .tab-title,
.js .pb-tabs .wp-tab-panel {
    display: none;
}
.js .pb-tabs .wp-tab-panel-active {
    display: block;
}
.no-js .pb-tabs .wp-tab-bar {
    display: none;
}
.no-js .pb-tabs .wp-tab-panel {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.pb-actions {
    padding: 10px 0 2px;
    border-top: 1px solid #DFDFDF;
    text-align: right;
    box-shadow: inset 0 1px 0 #FFF;
}