.lumberjack table {
	border: 1px solid #999;
	width: 99%;
}

.lumberjack table th {
	text-align: left;
	background-color: #eee;
}

.lumberjack table td {
	vertical-align: top;
	padding: 5px;
}

.lumberjack ul#lumberjack_log_list li {
	overflow: auto;
}

.lumberjack table tr.even {
	background-color: #eef;
}

.lumberjack table tr:hover {
	background-color: #eff;
}

.lumberjack ul#lumberjack_log_list {
	list-style: none; margin: 0; padding: 0;
}

.lumberjack pre {
	margin: 2px;
}

.lumberjack label input[type=checkbox] {
	margin-right: 5px;
}

.lumberjack label input[type=text] {
	width: 200px;
}

.lumberjack form#lumberjack_search_options label {
	margin-right: 2px;
}