﻿.indicators {
	order: 2;
	flex: 1;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid rgba(34, 36, 38, 0.15);
	overflow: hidden;
}

.indicator_panel {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.indicator {
	flex: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.greenie {
	background-color: #00b7c3; !important;
}