	table {
		border-collapse: collapse;		
		width: 100%;
		background-color: #eee;
	}
	
	.caption {
		font-weight: bold;
		color: #00526c;
	}
	
	.head .empty, .empty {
		border: none;
		background: white;
	}
	
	th {
		color: #00526c;	
		text-align: center;
		padding-top: 0.7em;		
	}
	
	tbody {
		text-align: center;
	}
	
	tr td, th {		
		border: 0.08em solid #C6C6C6;
	}
	
	td {
		color: #7b7aa0;
	}
