/*  MICROTHEMER STYLES  */


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

/** General >> Table row (#2) b2iSECDateCell **/
tbody > tr:nth-of-type(2) > .b2iSECDateCell {
	
}


/*( < 480 )*/
@media (max-width: 479.98px) {

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

	/** General >> Table row (#2) b2iSECDateCell **/
	tbody > tr:nth-of-type(2) > .b2iSECDateCell {
	color: rgb(0, 0, 0) !important;
}

	/** General >> Table row (#3) b2iSECDateCell **/
	tbody > tr:nth-of-type(3) > .b2iSECDateCell {
	color: rgb(0, 0, 0) !important;
}

	/** General >> B2iSECrow1 b2iSecData **/
	.b2iSECrow1 .b2iSecData {
	color: rgb(0, 0, 0) !important;
}


}

