.tab-title {
	padding: 8px;
	text-align: center;
	background: #2e456b;
	color: white;
	font-size: 28px;
  border-radius: 3px}
  
  .section-title {
	padding: 8px;
	font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: white;
  background: #2e456b;
  border-radius: 3px
}
  
  .instructions {font-weight: 500; color:navy;}
  
  .bar.progress-bar {background:#2e456b;border-radius: 3px}
  
  .navbar-static-top.navbar { min-height: 90px; }
   
  .crmEntityFormView fieldset {
  padding: 10px 28px 20px;
  background:white;
  }
  
  .crmEntityFormView .actions{
	  margin: 20px 0;
	  padding: 19px 0 0 0;}
  
  .crmEntityFormView, .entitylist, .modal-content, .popover-content {
	  background-color: #ffffff;
	  color: #2e456b;
  }
  
  fieldset {
	background: white;
	border: 1 #A5A2A2;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
  
	width: 100%;
	margin: 0 10%;
  
	
	/*stacking fieldsets above each other*/
	position:relative;
  }
 /* Styling for menu items */ 
body #navbar .navbar-nav > li > a {
  text-decoration: none;
  border-bottom: 2px solid #f2f2f5;
  font-weight: 600;
  background-color: transparent;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 24px;
}
/* Styling for mouse-over */
body #navbar .navbar-nav > li > a:hover {
border-color: #ffffff;
}
/* Styling for active menu items */ 
body #navbar .navbar-nav li a.active {
font-weight: bold;
border-bottom: 2px solid #c4222a;
}