
/*=== === === 
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;
}

#perYearBox {
/*	border-bottom-width: 3px;
	border-bottom-color: black;*/
/*	background-color: grey;
	border-bottom: 2px dotted;
	width: 250px;*/
}
#perYear {
/*	border-bottom-width: 3px;
	border-bottom-color: black;*/
	/*text-decoration: underline;*/
	/*text-decoration-style: double;*/

}