/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Div **/
.market-data-individual > div {
	color: rgb(6, 211, 176) !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 1024px) {
	/** General >> BtMainLogo **/
	.bt-vertical-header-top .btMainLogo {
	height: 150px !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** General >> BtMainLogo **/
	.bt-vertical-header-top .btMainLogo {
	height: 150px !important;
}

}

