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

.super_donor {
		border: 1px solid #ccc;
		font-size: 1em;
	}
	
	.super_donor td{
		border-bottom: 1px solid #cccccc;
		height: 30px;
		padding: 5px 8px ;
	}
	
	tr:nth-of-type(odd) {
 	 	background-color:#e9e9e9;
	} 
	
	.super_donor td h5{
		margin: 0;
		
	}
	
	.super_donor tr {
	}
	
	.super_donor thead td{
			font-weight: bold;
			padding: 8px;
			background-color: #646464;
			color: #ffffff;
			font-size: .8em;
			border-right: 1px solid #999;
	}
	
	.super_donor td.rank, .super_donor td.donation {
		font-weight: bold;
		text-align: center;
		color: #646464;
	}
	.super_donor td.ideo {
		text-align: center;
		font-style: italic;
		color: #646464;
			}