table.minutes-and-reports-table {
	width : 100%;
	table-layout : fixed;
}
table.minutes-and-reports-table td {
	vertical-align : top;
}

@media screen and ( max-width : 900px ){
	table.minutes-and-reports-table td {
		display : block;
		width : 100%;
	}
	table.minutes-and-reports-table td:first-child {
		margin-bottom: 1.5em;
	}
}