/**
 * CSS for Timesheets CRUD indexes
 */

/* approval state container */
body#ViewWrapper-Timesheets > main > table.CRUDIndex tr td div.Memo {
	max-height: 50px;
	overflow: hidden;
	
	font-style: italic;
	color: rgba(0,0,0,.75);
	text-overflow: ellipsis;
	line-height: 1.1;
}
	body#ViewWrapper-Timesheets > main > table.CRUDIndex tr td div.Memo:not(:empty) {
		margin-top: 10px;
	}