.export_button {
	background: transparent;
	color: blue;
	text-decoration: underline;
}

.export_button:hover {
	color: blue;
	text-decoration: underline;
}


.report_label {
	font-weight: 400!important;
	font-size:12px!important;
}

input.report_checkbox {
	content: "";
	display: inline-block;
	width: 12px !important;
	height: 12px !important;
}

.textSmallBold {
	font-weight: 800!important;
	font-size:18px!important;
}