#debug-menu-target-DS_Debug_Bar_Transients h2 a {
	text-decoration: none !important;
	color: #222 !important;
}

#debug-menu-target-DS_Debug_Bar_Transients h3 {
	float: none;
	clear: both;
	font-family: georgia, times, serif;
	font-size: 22px;
}

#debug-menu-target-DS_Debug_Bar_Transients table {
	table-layout: fixed;
	border-spacing: 0;
	width: 100%;
	margin: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #fcfcfc;
}

#debug-menu-target-DS_Debug_Bar_Transients table * {
	word-wrap: break-word;
}

#debug-menu-target-DS_Debug_Bar_Transients th,
#debug-menu-target-DS_Debug_Bar_Transients td {
	padding: 4px 7px 2px;
	vertical-align: top;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #dfdfdf;
}

#debug-menu-target-DS_Debug_Bar_Transients th {
	background: #dfdfdf;
}

#debug-menu-target-DS_Debug_Bar_Transients tr:nth-child(2n+1) {
	background: #fcfcfc;
}

#debug-menu-target-DS_Debug_Bar_Transients .transient-name,
#debug-menu-target-DS_Debug_Bar_Transients .transient-timeout {
	width: 20%;
}

#debug-menu-target-DS_Debug_Bar_Transients pre {
	padding: 0;
	margin: 0;
	font: 10px/1.5 Monaco, "Courier New", Courier, Fixed, monospace;
	min-height: 100px;
	max-height: 200px;
	overflow-y: scroll;
	cursor: pointer;
	background: none;
	border: none;
	white-space: pre-wrap;
}

#debug-menu-target-DS_Debug_Bar_Transients .row-actions {
	visibility: hidden;
}

#debug-menu-target-DS_Debug_Bar_Transients tr:hover .row-actions {
	visibility: visible;
}

#debug-menu-target-DS_Debug_Bar_Transients td.un .serialized,
#debug-menu-target-DS_Debug_Bar_Transients td .unserialized {
	display: none;
}

#debug-menu-target-DS_Debug_Bar_Transients td.un .unserialized {
	display: block;
}

#debug-menu-target-DS_Debug_Bar_Transients pre.open {
	max-height: none;
}

#debug-menu-target-DS_Debug_Bar_Transients .row-actions a {
	text-decoration: none !important;
}

#debug-menu-target-DS_Debug_Bar_Transients a.delete,
#debug-menu-target-DS_Debug_Bar_Transients .invalid {
	color: #bc0b0b !important;
}

#debug-menu-target-DS_Debug_Bar_Transients tr.transient-error {
	background-color: #ffcccc;
}

#debug-menu-target-DS_Debug_Bar_Transients .transient-error p {
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	margin: 0;
}
