﻿#table-site-list {
	table-layout: fixed;
	width: 100%;
}

	#table-site-list td, #table-site-list th {
		vertical-align: middle;
	}

		#table-site-list td:nth-child(2) {
			width: 195px;
			max-width: 195px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		#table-site-list td:nth-child(2) a:hover {
			text-decoration: underline !important;
		}

		#table-site-list td:nth-child(3) {
			width: 110px;
			max-width: 110px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

[data-bs-theme="dark"] #table-site-list tr.active-row > td a {
	color: blue;
}

#delete-division-invalid {
	height: 5rem;
	display: flex;
	align-items: center;
}

#division-list-ackmsg:empty {
	border: 0 !important;
	padding: 0;
}