.th_change {
    text-align: right;
    width: 100%;
    float: right;
    padding: 0!important;
    line-height: 100%;
    margin-top: 0;
}

.th_percentchange {
    text-align: right;
    float: right;
    padding: 0!important;
}

.th_price {
  text-align: left;
}

.th_company {
	font-weight: bold;
	max-width: 70px;
}

.th_indicator {
  height: 14px;
  display: inline-block;
  margin-top: -3px;
}

.th_minichart {
	display: inline-block;
	width: 45px;
	overflow: hidden;
	max-height: 30px;
	float: right;
	margin: 0 1px;
}
.th_minichart img {
	width: 100%;
	height: 30px;
}

.th_miniitemchart {
	display:inline-block;
	width:45px;
	height:30px;
}

.divTableCaption {
	caption-side: top; 
	display: table-caption; 
	text-align: left; 
	white-space: nowrap;
	padding-bottom: 5px;
}

.mask .box {
  padding: 5px 10px;
  text-align: left;
  border-radius: 6px;
  color: #FFFFFF;
  width: 100px;
  margin: 5px;
}
.divTableRow.air { /* this is the row that encapsulates the th_change and is used also to generate a gap between the element top and bottom*/
    margin-top: 10px;
}

.jchartfx_container .ticker {
  height: 82px;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {display: inline-block;width: 100%;height: 16px;}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: inline-block;
	padding: 3px 10px;
}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableGroup {
	display: table-row-group; 
}

.divTableFooter {
	display: table-footer-group; 
}

.divider {
  width: 1%;
  display:inline-block;
	line-height: 100%;
	height: auto;
	padding-left: 5px;
	font-size: 90%;
	vertical-align: middle;
	margin-top: -3%;
	opacity: 1;
  max-width:5px;
}

.jchartfx .MiniBaseline {
	stroke: transparent;
}

.jchartfx .GreaterThan {
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.jchartfx .LessThan {
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.jchartfx_container .Positive {
	color: #FFFFFF;
}

.jchartfx_container .Negative {
	color: #FFFFFF;
}

.box::after {
	display: none;
}