
.traffic-bars {
	margin-top: 10px;
}
.traffic-bar-container {
	margin-bottom: 8px;
}
.traffic-label {
	font-size: 12px;
	margin-bottom: 2px;
}
.traffic-bar {
	height: 8px;
	background-color: #eee;
	border-radius: 4px;
	overflow: hidden;
}
.traffic-bar-fill {
	height: 100%;
}
.traffic-bar-fill.gas {
	background-color: #f83747;
}
.traffic-bar-fill.diesel {
	background-color: #37a755;
}
.traffic-value {
	font-size: 12px;
	text-align: right;
	color: #777;
}