.totalNPV{
	text-align: center
}

.mktoButton {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#003d99), to(#003d99)) !important;
    background-image: -webkit-linear-gradient(top, #003d99, #003d99) !important;
    background-image: -moz-linear-gradient(top, #003d99, #003d99) !important;
    background-image: linear-gradient(to bottom, #003d99, #003d99) !important;
}