/* CSS Document */

.burn_title {
	clear:left; 
	}
.burn_subtitle {
	clear:left; 
	font-weight:bold;
	}
.burn_details {
	font-weight:normal;
	margin-left:.25em;
	}
#prescribed_burns th {
	padding: 0em 1em 0em .5em; 
	}

#burnSummary td{
	border-collapse:collapse;
	border:none;
	white-space:nowrap;
	border-bottom:1px dotted #999;
	}
	
#burnSummary th{
	white-space:nowrap;
	color:#000000;
	background-color:#eff4f0;
	border-bottom:1px dotted #999;
	font-weight:bold;
	}

#burnSummary {
	width:1px;
/*	border:1px solid #eff4f0; */
	margin-bottom: 1.5em;
	}

#scheduledBurnTable {
	width:35em;
	}

#completedBurnTable {
	clear:both;
}

.burnsUpcomingDistricts li
{
	display:inline;
	list-style-type: none;
	padding-right:.5em;
}