﻿#table-site-details col:first-child
{
	width: 30px;
}

#table-site-details tr:nth-child(2), #table-site-details td:nth-child(2) {
	width: 100px;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#table-site-details tr:nth-child(4), #table-site-details td:nth-child(4) {
	width: 200px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

