.c-list{
	list-style-type: none;
	margin:0 0 0 0;
	padding:0;
}
.c-list li{
	position: relative;
    padding-left: 20px;
	margin-bottom:5px;
}
 .c-list li:before {
	content: "";
	position: absolute;
	top: 35%;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #FF6600;
	border-right: 2px solid #FF6600;
}

.c-list li a{
	color:#333;
	text-decoration: none;
}
.c-list li a:hover,c-list li a:active{
	text-decoration: underline;
}	
table,th,td{
	border-collapse: collapse;
}
.new-list-table{
	width:100%;
}
.new-list-table th{
	font-weight:lighter;
	background: #368430;
	color:#FFF;
}	
.new-list-table a{
	color:#333;
}
.new-list-table a:hover,.new-list-table a:hover{
	text-decoration: underline;
}	
.new-list-table th,.new-list-table td{
	border: #CCC solid 1px;
	padding:10px 5px;
}	
.new-list-table th:nth-last-of-type(2),.new-list-table th:nth-last-of-type(1){
	width:5em;
}	
.new-list-table th:nth-last-of-type(4){
	width:19em;
}		