.GridCarryList {
	
}

.GridCarryList th:nth-of-type(1), .GridCarryList td:nth-of-type(1) {
	width: 150px;
}

.GridCarryList th:nth-of-type(2), .GridCarryList td:nth-of-type(2) {
	width: 350px;
}

.GridCarryList th:nth-of-type(3), .GridCarryList td:nth-of-type(3) {
	width: 200px;
}

.GridCarryList th:nth-of-type(1) {
	text-align: left;
}

.GridCarryList th:nth-of-type(2) {
	text-align: left;
}

.GridCarryList th:nth-of-type(3) {
	text-align: left;
}

.GridCarryList td:nth-of-type(1) {
	text-align: left;
}

.GridCarryList td:nth-of-type(2) {
	text-align: left;
}

.GridCarryList td:nth-of-type(3) {
	text-align: left;
}