table{
	 
	overflow: auto;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
	
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 50px;
	border-bottom: 1px solid black;
}
.th-1-Width{
	width: 80px;
}
.th-2-Width{
	padding-left: 10px;
}
.th-3-Width{
	padding-left: 50px;
}
table tbody tr td:nth-child(3){
	padding-left: 10px;
}
table tbody tr td:nth-child(4){
	padding-left: 50px;
}
table tr{
	display: table-row;
	vertical-align: center;
	text-align: left;
	height: 60px;
	border-bottom: 1px solid dimgray;
}
table tbody tr:nth-child(1){
	height: 30px;
}