table.goalCheck {
	table-layout:fixed;
	border:1px solid black;
	border-collapse: collapse;
}
table.goalCheck td {
	border:1px solid black;
	text-align:center;
}
table.goalCheck td.name, table td.image {
	background-color: rgba(0,0,0,.3);
	text-align:left;
	font-weight:bold;
}
table.goalCheck th {
	background-color: rgba(0,0,0,.3);
}
input.inputtarget {
	width: 40px;
}
div.progressBarTarget {
	background-color: rgba(0,0,0,.3);
	height:26px;
	width:0%;
}
div.progressPercentageTarget {
	height:0px;
	position:relative;
	top:-22px;
	text-align:center;
	width:100%;
}
div.table_container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}