.lawfirm-report-container table.report tr.unpresented {
	background-color: rgba(255, 225, 225, 0.6);
}
.lawfirm-report-container table.report tr td.cheque-presented a.present-button {
	display: block;
	padding: 2px 6px;
	background-color: #bf4b4b;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.lawfirm-report-container table.report tr td.cheque-presented a.present-button.presented {
	background-color: #3aa572;
}
.lawfirm-report-container table.report tr td.cheque-presented a.present-button.disabled {
	opacity: 0.4;
}
.lawfirm-report-container #presented-date-year {
	width: 90px;
}
.lawfirm-report-container #presented-date-month {
	width: 60px;
}
.lawfirm-report-container #presented-date-day {
	width: 60px;
}
.lawfirm-report-container .cheque-footer-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 6px 20px;
	width: 100%;
	background-color: #f3f3f3;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.lawfirm-report-container .modal.presented-date table.selected-cheque-list {
	margin-bottom: 10px;
}
.lawfirm-report-container .modal.presented-date table.selected-cheque-list td {
	vertical-align: top;
}
