/* media-toolbar */
.attachments-browser .media-toolbar {
    height: auto;
}
.attachments-browser .attachments, .attachments-browser .uploader-inline {
    top: 72px;
}

/* category fields */
.compat-item .term-list {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 10px 10px 5px;
}
.compat-item .term-list li {
    line-height: 22px;
}
.compat-item .term-list li input[type="checkbox"] {
    margin: -4px 4px 0 0 !important;
    width: auto;
}
.compat-item .term-list li input[type=checkbox]:indeterminate:before {
    content: '\f147';
    color: #CBCBCB;
    display: inline-block;
    float: left;
    font: normal 21px/1 'dashicons';
    margin: -3px 0 0 -4px;
    speak: none;
    vertical-align: middle;
    width: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.compat-item .term-list .children {
    margin: 5px 0 0 20px;
}

.form-table {
    width: 100%;
    border: 1px solid #dddddd;
    background: #ffffff;
    padding: 2em 0;
}

.form-table tr.first th, .form-table tr.first td {
    padding-top: 1.6em;
    vertical-align: middle;
}

.form-table td, .form-table th {
    text-align: left;
    font-weight: normal;
    padding: .5em;
}

.form-table th {
    width: 8%;
    padding-left: 1em;
}

.form-table td {
    width: 60%;
}

.form-table td ul {
    margin: 0;
    width: 350px;
}

.form-table td ul li {
    display: inline-block;
    width: 48%;
}

.form-table input[type="text"] {
    width: 350px;
    padding: .6em;
}

.add-role-page-notice {
    line-height: 4em;
    font-weight: bold;
}

.access-box {
    width: 30%;
    margin: .5em .5em 0 0; 
    padding: 1em; 
    display: inline-block;
    vertical-align: top;
    background: #fdfdfd;
}

.category-list {
    margin: .5em 0;
}

.user_role_update_list {
    display: inline-block;
    width: 28%;
    vertical-align: top; 
    border: 1px solid #dddddd;
    padding: 1em;
    margin: 1em .6em 0 0;
    background: #ffffff;
}

.user_role_update_list h3 {
    margin: 0 auto;
    font-weight: normal;
}

.user_role_update_list p {
    margin: .3em auto;
}

.overview p {
    font-size: 1.5em;
}

.overview ul {
    margin-left: 2em;
}

.overview ul li {
    font-size: 1.2em;
    line-height: 2.6em;
}

.overview ul li a,
.overview p a{
    color: #000000;
}

.overview ul li a{
    background: #21759b;
    color: #fff;
    padding: .6em;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -mozilla-border-radius: .3em;
}