#post-disclosure .inside {
	padding:0;
	margin:0;
}

.undisclosed-network th,
.undisclosed-network td {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #dfdfdf;
}
.undisclosed-local th,
.undisclosed-local td {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #dfdfdf;
}
/* oldstyle icons */
.wp-lt-38 #icon-undisclosed-network {
	background-image:url('../images/undisclosed-icons-32.png');
	background-position:-5px -5px;
}
.wp-lt-38 #icon-undisclosed-userlabel {
	background-image:url('../images/undisclosed-icons-32.png');
	background-position:-50px -5px;
}

.wp-lt-38 .icon-undisclosed-local.icon16,
.wp-lt-38 .icon-undisclosed-network.icon16 {
	background-image:url('../images/undisclosed-icons-16.png');
	display:inline-block;
	float:left;
	clear:none;
	margin:0 0.5em 0 0.5em;
	padding:0;
}
.wp-lt-38 .icon-undisclosed-network.icon16 {
	background-position:-5px -1px;
}
.wp-lt-38 .icon-undisclosed-local.icon16 {
	background-position:-26px -1px;
}
/* wp3.8+ dashicon */
.wp-gte-38 .icon-undisclosed-local.icon16:before,
.wp-gte-38 .icon-undisclosed-network.icon16:before {
	font-family:dashicons;
	font-size:1.5em;
	line-height:0.5em;
}
.wp-gte-38 .icon-undisclosed-local.icon16:before {
	content:'\f102';
}
.wp-gte-38 .icon-undisclosed-network.icon16:before {
	content:'\f319';
}
/* h2 icons on admin pages are deprecated as of WP 3.8 */
.wp-gte-38 #icon-undisclosed-network,
.wp-gte-38 #icon-undisclosed-userlabel {
	display:none;
}


#wpaa-options .set-default-caps tfoot th,
#wpaa-options .set-default-caps thead th {
	font-weight:400;
	border-left-style:none;
}
#wpaa-options .set-default-caps tfoot th:first-child,
#wpaa-options .set-default-caps thead th:first-child {
	border-left-style:none;
}
#wpaa-options .set-default-caps td {
	font-weight:400;
	padding:5px;
	border-left:1px solid #ccc;
}
#wpaa-options .set-default-caps th {
	padding:5px 7px;
}

.disclosure-label-item {
	display:inline-block;
	width:12em;
	border:1px solid #aaa;
	padding:0.25em 0.25em 0.25em 1em;
	background:#eeeeee;
	margin:0.125em;
	-webkit-border-top-left-radius: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-moz-border-radius-topleft: 2em;
	-moz-border-radius-bottomleft: 2em;
	border-top-left-radius: 2em;
	border-bottom-left-radius: 2em;
	
	-webkit-box-shadow: 3px 3px 10px #666;
	-moz-box-shadow: 3px 3px 10px #666;
	box-shadow: 3px 3px 10px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#6666')";

	border-width:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-ms-filter: none;

	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;}
.select-user-label-form {
	display:inline-block;
}
.wp-list-table .column-labels {
}
.wp-list-table .disclosure-label-item {
	font-size:0.85em;
	float:left;
	padding:0.125em;
	border-width:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-ms-filter: none;

	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.disclosure-label-item.error {
	background:#faa;
	color:#600;
}
.disclosure-label-item input[type='checkbox'] {
}
.disclosure-label-item label {
	font-weight:bold;
	color:333;
}
.disclosure-label-item.disabled label {
	color:#999;
}


/* bulk edit */
#wpbody-content .bulk-edit-row-page .inline-edit-col-right {
	width:35%;
}

#wpbody-content .bulk-edit-row-page .inline-edit-col-access-areas {
	width:30%;
	margin-top:27px;
}
#wpbody-content .bulk-edit-row-page .inline-edit-col-access-areas label span.title {
	width:auto;
}

/* ajax add */
.cap-add {
	width:9em;
}


