
/*=== === === 
ONLY Depreciation
=== === === */
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th, td {
  padding-left: 10px;
  padding-right: 10px;
}


th {
	background-color: grey;
	color: white;
	/*font-size:13px;*/
}
td {
	text-align: center;
	  padding-top:4px;
	  padding-bottom: 4px;
	/*font-size: 12px;*/
	/*color: grey;*/
}
td:first-of-type {
	text-align: left;
}
#tableBox {
	margint-left: 10px;
}
#tableTitle {
	color: grey;
	padding-bottom:0px;
	margin-bottom: -20px;
	font-weight: bold;
}
