.mask {
	display: block;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	height: 114px;
}
.ticker-wrap {
	display: inline-block;
	height: 125px !important;
	width: 100%;
}
.box {
	display: inline-block;
	margin: 2px;
	height: auto;
	width: 200px !important;
	padding: 10px !important;
	text-align: left !important;
  border-radius: 5px;
}
.box::after {
	display: none;
}
.sq_company {
	display: inline-block;
	line-height: 130%;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: 0.75;
	overflow: hidden;
}
.price-trend, .changes {
	display: inline-block;
	float: left;
	line-height: 100%;
}
.price-trend {
	position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 99;
    margin-bottom: -3px;
    width: 62%;
}
.changes {
    text-align: right;
    opacity: 0.75;
    width: 28%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    height: auto;
    float: right;
    margin: 0;
    overflow: hidden;
}

.sq_trend, .sq_price {
	display: inline-block;
	line-height: 100%;
	float: left;
	vertical-align: baseline;
	text-align: left;
	overflow: hidden;
}
.sq_trend{
	width: 20px;
	height: auto;
	min-height: 1px;
	display: block;
	margin-right: 4px;
}
.sq_price {
	padding-left: 0;
	max-width: 100px;
}
.sq_symbol {
	width: 100%;
	line-height: 100%;
	padding: 0px;
	margin: 0;
}
.sq_change {
	margin-bottom:4px;
	line-height: 100%;
	display: block;
	margin-right: 0;
	width: 100%;
}
.sq_percent {
	line-height: 100%;
	display: block;
	margin: 0;
	text-align: right;
	width: 100%;
	margin-bottom: -1px;
}
.th_indicator {
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: 100;
	height: 20px;
	width: 20px;
}

.jchartfx_container .ticker {
  height: 110px;
  position: relative;
}