@charset "utf-8";

.tableElem.tableHC{
	table-layout: auto;
}
table.tableHC th:nth-child(1){
	width: 30%;	
}
table.tableHC th:nth-child(2){
	width: 30%;
}
table.tableHC th:nth-child(3){
	width: 15%;
}
table.tableHC th:nth-child(4){
	width: 25%;
}
