.ist-stocksbar
{
	display:table;
	margin:0 auto;
	/*background-color:#ff0000;*/
	#margin-right:20px;
	#float:right;
	height:0;
	position:relative;
	top: 2px;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.ist-stock-item
{
	display:inline-block;
	float:left;
	border-left:1px solid #fff;
	line-height:22px;
	text-align:center;
	font-size:12px;
	min-width:100px;
	box-sizing: border-box;
	height: 20px;
	overflow:hidden;
	color:#fff;
	letter-spacing: 0.5px;
	padding-left: 30px !important;
	padding-right: 30px !important;
}


@media screen and (max-width: 1490px) {
    .ist-stock-item
	{
		min-width:220px !important;
	}
}
@media screen and (max-width: 1290px) {
    .ist-stock-item
	{
		min-width:180px !important;
	}
}
@media screen and (max-width: 1140px) {
    .ist-stock-item
	{
		min-width:155px !important;
	}
}

@media screen and (max-width: 1095px) {
    .ist-stock-item
	{
		display:none !important;
	}
	.chart-icon-mobile
	{
		display:inline-block !important;
		float:none !important;
		
	}
	
	.chart-icon-mobile img
	{
			max-width:15px;
	}
	
	.chart-icon {
		display:none;
	}
	.my-account-txt{
		display: none;
	}
}

@media screen and (max-width: 980px) {
    .ist-stock-item
	{
		display:none !important;
	}
	.custompb .et_pb_text_2 {
		max-width: 100%;
	}
}

.chart-icon {
    max-width: 70px;
    min-width: 50px !important;
    text-align: center !important;
	float:left;
}


.chart-icon-mobile
{
	display:none;
}

.ist-arrowup
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #40ae49 transparent;
	display:inline-block
}
.ist-arrowdown
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #d1232a transparent transparent transparent;
	display:inline-block
}