@charset "UTF-8";
/* CSS Document */

.nuke_table {
		border: 1px solid #ccc;
		font-size: .9em;
	}
	
	.nuke_table td{
		border-bottom: 1px solid #cccccc;
		height: 20px;
		padding: 5px 10px ;
	}
	
	
	.att_table td h5{
		margin: 0;
		
	}
	
	.att_table tr {
	}
	
	.donation {
		color: #333333;
	}
	
	.unspec_donation {
		color: #666;
		font-style: italic;
	}
	
	.rankhigh, .ranklow {
		font-size: 1.5em;
		font-weight: bold;
		padding: 5px;
		color: #fff;
		text-align: center;
	}
	.rankhigh {
		background-color: #393;
	}
	
	.ranklow {
		background-color:#990000;
	}
	
	.labelrow {
		background-color: #333;
		color: #fff;
		font-size: 1.2em;
	}
	
	.labelrow td{
		padding: 10px 0;
		}