#bstat-timeseries-container {
	width: 960px;
}

#bstat-timeseries-container-legend {
	text-align: center;
}

.swatch {
	display: inline-block;
	height: 10px;
	margin: 0 8px 0 0;
	width: 10px;
}

.label {
	display: inline-block;
}

.line {
	display: inline-block;
	margin: 0 0 0 30px;
}

.rickshaw_graph .detail {
	background: none;
}

.rickshaw_legend {
	background: #404040;
	border-radius: 2px;
	color: white;
	display: inline-block;
	font-size: 12px;
	padding: 12px 5px; 
	position: relative;

	&:hover {
		z-index: 10;
	}

	.swatch {
		border: 1px solid rgba(0, 0, 0, 0.2);
		height: 10px;
		width: 10px;
	}

	.line {
		clear: both;
		line-height: 140%;
		padding-right: 15px;

		&.disabled {
			opacity: 0.4;
		}

		.swatch {
			border-radius: 2px;
			display: inline-block;
			margin-right: 3px;
		}
	}

	.label {
		background-color: transparent;
		color: inherit;
		display: inline;
		font-size: inherit;
		font-weight: normal;
		line-height: normal;
		margin: 0;
		padding: 0;
		text-shadow: none;
		white-space: nowrap;
	}

	.action {
		margin-right: 0.2em;
		font-size: 10px;
		opacity: 0.2;
		cursor: pointer;
		font-size: 14px;

		&:hover {
			opacity: 0.6;
		}
	}

	ul {
		cursor: pointer;
		list-style-type: none;
		margin: 0;
		margin: 2px;
		padding: 0;
	}

	li {
		min-width: 80px;
		padding: 0 0 0 2px;
		white-space: nowrap;

		&:hover {
			background: rgba(255, 255, 255, 0.08);
			border-radius: 3px;
		}

		&:active {
			background: rgba(255, 255, 255, 0.2);
			border-radius: 3px;
		}
	}
}

#bstat-report-flow {
	.actions {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
	}

	.action {
		background: #fafafa;
		border-radius: 4px;
		padding: .25rem;

		input {
			vertical-align: middle;
		}

		label {
			color: #ccc;
			display: inline-block;
			min-width: 100px;
			vertical-align: middle;
		}

		input:checked + label {
			color: #343434;
		}

		button {
			min-width: 88px;
		}
	}
}
