/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.taxonomy-pcbucomp .form-field.term-slug-wrap {
    display: none;
}
.taxonomy-pcbucomp .form-field.term-parent-wrap {
    display: none;
}
.taxonomy-pcbucomp .form-field.term-description-wrap {
    display: none;
}
.taxonomy-pcbucomp .row-actions span.inline {
    display: none;
}
.taxonomy-pcbucomp div#col-left {
    width: 25%;
}
.taxonomy-pcbucomp div#col-right {
    width: 75%;
}
.taxonomy-pcbucomp .form-field {
    margin-top: 5px;
}
.taxonomy-pcbucomp .form-field select {
    width: 100%;
}
.wpadpcbu-hide {
    display: none;
}