.tickChart_container {
	position: relative;
	width: 100%;
	height: 20px;
}
.tickChart_horizontal {
	position: absolute;
	left: 0px;
	top: 50%;
	height: 1px;
	width: 100%;
	background-color: #cacaca;
}
.tickChart_column {
	top: 0px;
	background-color: black;
	width: 1px;
	height: 20px;
	position: absolute;
}
