#kpi {
	border: 1px solid #009ddb;
	padding: 10px;
	border-radius: 5px 5px 5px 5px;
}

#kpi .kpi-label {
	font-size: smaller;
}

#kpi .kpi-value {
	font-size: small;
	font-weight: bold;
}

.positive {
	color: red;
}

.negative {
  	color: green;
}

#kpi th:nth-child(5) {
	width: 50px;
}

#kpi th:nth-child(4) {
	width: 50px;
}

#kpi td {
	text-align: right;
	vertical-align: middle;
	padding-bottom: 3px;
}

#kpi th {
	padding-bottom: inherit;
}

