label.fs-tag,
span.fs-tag {
	background: #ffba00;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	padding: 5px;
	font-size: 11px;
	line-height: 11px;
	vertical-align: baseline;
}

label.fs-tag.fs-warn,
span.fs-tag.fs-warn {
	background: #ffba00;
}

label.fs-tag.fs-info,
span.fs-tag.fs-info {
	background: #00a0d2;
}

label.fs-tag.fs-success,
span.fs-tag.fs-success {
	background: #46b450;
}

label.fs-tag.fs-error,
span.fs-tag.fs-error {
	background: #dc3232;
}

.fs-switch-label {
	font-size: 20px;
	line-height: 31px;
	margin: 0 5px;
}

#fs_log_book table {
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
}

#fs_log_book table th {
	color: #ccc;
}

#fs_log_book table tr {
	background: #232525;
}

#fs_log_book table tr.alternate {
	background: #2b2b2b;
}

#fs_log_book table tr td.fs-col--logger {
	color: #5a7435;
}

#fs_log_book table tr td.fs-col--type {
	color: #ffc861;
}

#fs_log_book table tr td.fs-col--function {
	color: #a7b7b1;
	font-weight: 700;
}

#fs_log_book table tr td.fs-col--message,
#fs_log_book table tr td.fs-col--message a {
	color: #9a73ac !important;
}

#fs_log_book table tr td.fs-col--file {
	color: #d07922;
}

#fs_log_book table tr td.fs-col--timestamp {
	color: #6596be;
}
