.calculations table {
	text-align: center;
}

.calculations th,td {
	vertical-align: middle;
	padding: 0 5px;
	border-color:  black;
}

.group-top {
	border-top-style: solid;
	border-top-width: 3px;
}

.group-bottom {
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.group-left {
	border-left-style: solid;
	border-left-width: 3px;
}

.group-right {
	border-right-style: solid;
	border-right-width: 3px;
}

.calculations .data {
	text-align: right;
}


.calculations form {
}

.calculations label {
  float: left;
  line-height: 1.6;
  margin-right: 10px;
  text-align: right;
  width: 400px;	
}

.calculations .year_details {
	margin-bottom: 0px;
}

.calc_details {
	margin-bottom: 0px;
	border-style: none;
}
