table.confirmation { 
	background-color: #f2f0ea;
	}

table.confirmation td { 
	padding:10px;
	}
	
table.expenses td, table.expenses th {
	padding:5px;
	}	

table.grant td, table.grant th {
	padding:10px;
	}
	
.highlight td { 
	background-color: #dbedf9
	}	

ol.nav-steps {
	margin-bottom:25px;
	}
	
.nav-steps > li > a, .nav-steps > li > span {
    font-weight: normal;
    }
   
.tooltip-light-right {
	padding: 5px 5px;
	}    
	
.tooltip-light .tooltip-inner  {
	background-color: rgba(240, 237, 227, 0.5);
	}
		
.tooltip-light.right .tooltip-arrow  {
	border-right-color: rgba(240, 237, 227, 0.5);
	}	
