/*
	dev (Styles for developer tools only)
*/
body {
	margin: 0;
    padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
div.nav {
    background-color: #e6e6e6;
}
ul.nav {
    list-style-type: none;
    overflow:hidden;
}
ul.nav li {
    float: left;
}
ul.nav li.active {
    background-color: #fafafa;
}
ul.nav a:link,
ul.nav a:visited,
ul.nav a:hover {
    padding: 8px 14px;
    /*color: white;*/
    display: block;
}
div.main {
   margin: 24px;
}
h2 {
	margin-top: 24px;
}
div.subitems-info {
	color: Red;
}
div.error {
	padding: 14px;
	border: 4px solid Red;
}
table.dev {
    background-color: silver;
    border-collapse: separate;
    border-spacing: 1px;
}
table.dev th,
table.dev td {
	text-align: left;
	padding: 5px 14px 5px 5px;
	vertical-align: top;
	white-space: normal;
    font-size: 14px;
    background-color: white;
}
td.description {
	line-height: 1.5em;
}
/* Compare nodes table */
table.compare-nodes th,
table.compare-nodes td {
    padding: 5px 2px;
    border-bottom: solid 1px #e6e6e6;
}
table.compare-nodes th {
    font-size: 16px;
    padding-top: 21px;
}
/* Log formats list */
table.log-formats-list {
    background-color: silver;
    border-collapse: separate;
    border-spacing: 1px;
}
table.log-formats-list th,
table.log-formats-list td {
    border: 0;
    padding: 6px 9px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    background-color: white;
}
table.log-formats-list td.info-label {
    white-space: nowrap;
}
