
.chart-position {
	position:absolute;
	width:144px;
	background-color:rgba(0,0,0,0.5);
	background-color:#1b1b20eb;
	height:20px;
	margin-top:1px;
	padding-right:6px;					
}
.chart-latest {
	position: relative;
	display:block;
	float:right;
	width:40px;
	height:28px;
	line-height:28px;
	border-radius: 0 0 0 5px;
	background-color: #47636d;
	font-size: 14px;
	font-weight:400:
	color:#FFF;
	text-align:center;
	margin:auto;
}
.chart-move {
	position: relative;
	display:inline-block;
	float:right;
	width:22px;
	letter-spacing:-1px;
	height:28px;
	line-height:28px;
	border-radius: 0 0 5px 0;
	background-color: #25262b;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin:auto;
}
.chart-text {
	margin: 10px 0 0 6px;
	line-height: 21px;
	font-size:11px;
	color: rgba(255,255,255,0.8);

	visibility: hidden;
}
@media only screen and (max-width: 600px) {
	.chart-position {
		width:323px;
		height:26px;
		margin-top:0px;
		padding-right:10px;
	}
	.chart-text {
		margin: 14px 0 0 8px;
		line-height: 26px;
		font-size:11px;
	}										
	.chart-latest {
		width:70px;
		height:32px;
		line-height:32px;
	}
	.chart-move {
		width:30px;
		height:32px;
		line-height:32px;
	}										
}
