﻿td {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 9em;
	white-space: nowrap;
}

	td:hover {
		white-space: normal;
	}

.modal td {
	max-width: 100%;
}
