/* CSS for plugin: Debug Bar Post Types */
#debug-menu-target-Debug_Bar_Post_Types h3 {
	font-family: georgia, times, serif;
	font-size: 22px;
	margin-top: 1.2em;
	clear: both;
}

#debug-menu-target-Debug_Bar_Post_Types table,
#debug-menu-target-Debug_Bar_Post_Types th,
#debug-menu-target-Debug_Bar_Post_Types td {
	border: 0px none;
}
#debug-menu-target-Debug_Bar_Post_Types table {
	table-layout: auto;
}
#debug-menu-target-Debug_Bar_Post_Types table.debug-bar-post-types {
	width: 100%;
	border-collapse: collapse;
	cell-padding: 1em;
	clear: both;
    line-height: 1.5;
	font-size: 12px;
}

#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types thead th,
#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types tfoot th {
    padding: 0.7em 5px;
    border-bottom: 1px solid #ccc;
}
#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types th,
#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types td {
	min-width: 60px;
}
#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types th {
    font-weight: bold;
	padding: 2px 1em 2px 5px;
    vertical-align: top;
}
#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types td {
	padding: 2px 5px;
	vertical-align: top;
}
#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types tr:nth-child(2n+1) {
	background-color: #E8E8E8;
}

#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types-caps thead th,
#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types-caps tfoot th,
#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types-caps td {
	text-align: center;
}

#debug-menu-target-Debug_Bar_Post_Types ul.debug-bar-post-types {
	list-style-type: square !important;
	padding-left: 20px !important;
}
#debug-menu-target-Debug_Bar_Post_Types .debug-bar-post-types-table-end {
	text-align: right;
}