table {
	height: 100%;
}

tbody {
	max-height: 80vh;
	overflow-y: auto;
}

.modal-dialog {
	overflow: hidden;
	height: 100%;
	width: 100%;
	min-width: unset !important;
	margin: 0 !important;
	min-height: unset !important;
	max-width: unset !important;
}

.modal-content {
	height: 100% !important;
}

.modal-body {
	height: calc(100% - 70px);
	min-height: unset !important;
	max-height: unset !important;
}

tbody tr {
	table-layout: fixed;
}
