table.standard_table.lead_report_table td.col_1 {
	
	text-align:left;
	width:20%;

}

table.standard_table.lead_report_table.activity td { width:20%; }
table.standard_table.lead_report_table.closecodes td:not(.col_1) { width:6.66666666667%; }

table.standard_table.lead_report_table td.trash,
table.standard_table.lead_report_table td.dup,
table.standard_table.lead_report_table td.test,
table.standard_table.lead_report_table td.futile {
	
	font-style:italic;
	background-color:#fafafa;

}

table.standard_table.lead_report_table i.pale { color:#aaa; font-weight:normal !important; }

table.standard_table.lead_report_table td.col_sum {
	
	font-weight:bold;

}


table.standard_table.new_leads_table {
	
	margin-bottom:15px;

}

table.standard_table.new_leads_table td {
	
	text-align:center;
	width:7.69234076%;
	font-size:0.9em;
}

table.standard_table.new_leads_table tr.all td {
	font-weight:bold;
}

table.standard_table.new_leads_table tr.date td {
	font-weight:bold;
}

table.standard_table.new_leads_table tr.graphs td {
	
	height:155px;
	overflow:hidden;
	padding:0;
	
}

table.standard_table.new_leads_table div.graph {
	width:80%;
	padding:0;
	background-color:var(--lor-color);	
	display:block;
	overflow:hidden;
	float:left;
}

table.standard_table.new_leads_table td.summe div.graph {
	background-color:#f60;
}

table.standard_table.new_leads_table div.graph2 {
	width:80%;
	padding:0;
	background-color:rgb(30,165,236);	
	display:block;
	overflow:hidden;
	float:left;
}
table.standard_table.new_leads_table td.summe div.graph2 {
	background-color:#f90;
}