table.fileBrowserTable {
	width:100%;
	tr {
		border-bottom:1px solid #c6c6c6;
		td {
			padding: 10px;
		}
		td.fileBrowserImageColumn {
			width: 16px;
		}
		td.fileBrowserContentColumn {
			max-width: 99%;
			a {
				text-wrap-mode: wrap;
			}
		}
	}
}