.GridVisitorList {
	
}

.GridVisitorList th:nth-of-type(1), .GridVisitorList td:nth-of-type(1) {
	width: 100px;
}

.GridVisitorList th:nth-of-type(2), .GridVisitorList td:nth-of-type(2) {
	width: 130px;
}

.GridVisitorList th:nth-of-type(3), .GridVisitorList td:nth-of-type(3) {
	width: 160px;
}

.GridVisitorList th:nth-of-type(4), .GridVisitorList td:nth-of-type(4) {
	width: 140px;
}

.GridVisitorList th:nth-of-type(5), .GridVisitorList td:nth-of-type(5) {
	width: 80px;
}

.GridVisitorList th:nth-of-type(6), .GridVisitorList td:nth-of-type(6) {
	width: 130px;
}

.GridVisitorList th:nth-of-type(7), .GridVisitorList td:nth-of-type(7) {
	width: 200px;
}

.GridVisitorList th:nth-of-type(8), .GridVisitorList td:nth-of-type(8) {
	width: 130px;
}

.GridVisitorList th:nth-of-type(9), .GridVisitorList td:nth-of-type(9) {
	width: 130px;
}

.GridVisitorList th:nth-of-type(1) {
	text-align: center;
}

.GridVisitorList th:nth-of-type(2) {
	text-align: center;
}

.GridVisitorList th:nth-of-type(3) {
	text-align: left;
}

.GridVisitorList th:nth-of-type(4) {
	text-align: left;
}

.GridVisitorList th:nth-of-type(5) {
	text-align: left;
}

.GridVisitorList th:nth-of-type(6) {
	text-align: center;
}

.GridVisitorList th:nth-of-type(7) {
	text-align: left;
}

.GridVisitorList th:nth-of-type(8) {
	text-align: center;
}

.GridVisitorList th:nth-of-type(9) {
	text-align: center;
}

.GridVisitorList td:nth-of-type(1) {
	text-align: center;
}

.GridVisitorList td:nth-of-type(2) {
	text-align: center;
}

.GridVisitorList td:nth-of-type(3) {
	text-align: left;
}

.GridVisitorList td:nth-of-type(4) {
	text-align: left;
}

.GridVisitorList td:nth-of-type(5) {
	text-align: left;
}

.GridVisitorList td:nth-of-type(6) {
	text-align: center;
}

.GridVisitorList td:nth-of-type(7) {
	text-align: left;
}

.GridVisitorList td:nth-of-type(8) {
	text-align: center;
}

.GridVisitorList td:nth-of-type(9) {
	text-align: center;
}