.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;
	white-space: nowrap;
}

.lumberjack table .lumberjack_log {
	min-width: 600px;
	max-width: 100%;
	max-height: 10em;
	overflow: auto;
}

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

.lumberjack #lumberjack_logviewer_exportlogs {
	margin-left: 10px;
}

.lumberjack pre {
    margin: 2px;
}

.lumberjack label {
    margin-right: 15px;
    white-space: nowrap;
}

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