.btn-primary {
	border-color: transparent;
	color:#FFF !important;
	background: #024176;
}
.btn-primary:hover, .btn-default:hover {
	background:#011d35;		
    color: #FFF !important;
	border-color: trasparent !important;
}
.btn-primary[disabled]{
	background-color:#5ca0bb;
	border-color: transparent;
}
a{
	color: #1a1818 !important;
}
a:hover, a:focus {
    text-decoration: underline;
}
.apply-navigation-button div{
	white-space:normal;	
}
.salary-note{
	font-style:italic;
	margin-left:15px;
	margin-top:-8px;
}