div.invoice table {
	margin: 10px;
	
	width: 90%;
	
	background-color: #eeeeff;
	
	border: 1px solid #277F44;
}

div.invoice table .title {
	text-align: center;
}

div.invoice table th {
	padding: 4px;
	
	background-color: #5EB27A;
	
	text-align: left;
}

div.invoice table td.buttons {
	padding: 4px;
	
	background-color: #5EB27A;
	
	text-align: right;
}

/**
 * Members.
 **/
div.invoice div#meeting_members table {
	/*background-color: green;*/
}

/**
 * Invoice.
 **/
div.invoice div#meeting_invoice table {
	/*background-color: red;*/
}