
/* MARKET BREADTH PAGE ********************************************************/

.chart-box.market-breadth-chart {
	border:1px solid #ccc;
	border-radius:5px;
	overflow:hidden;
	margin: 1em 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	padding: 1em;
	text-align: center;
}



.chart-box.market-breadth-chart img {
	width: 100%;
}

/* SM ***/
@media screen and (min-width: 576px) {
	.chart-box.market-breadth-chart {
		margin-top: 0;
	}

	.market-breadth-chart img {
		width: 90% !important;
		align-self: center;
	}
}

/* MD ***/
@media screen and (min-width: 768px) {
}

/* LG ***/
@media screen and (min-width: 992px) {
}


/* XL ***/
@media screen and (min-width: 1200px) {
}

/* TINY ***/
@media screen and (max-width: 320px) {
}