body {
	/* font-family: Helvetica, Arial, Sans-serif; */
}

header h4{
	line-height:.8;	
}
header .dropdown-menu{
	width:260px;	
}


.breadcrumb {
    padding: 0 0 8px 25px;
    border-radius: 0;
}

.small-caps {
    font-variant: small-caps;
}

.form-container form > div{
	padding:0 25px;
}
	
	/* input label */
	.input-group-addon:first-child{
		min-width:120px;
		background: #FFF;
		border: none;
		padding:5px 0 0;
	}
	/* input after a checkbox */
	input[type="checkbox"] + .input-group-addon{
		border: none;
		background: #FFF;
		padding-left:20px;
	}
	
	
	/* form list or fieldset section */
	.form-section{
		margin-bottom:1.7rem;
	}
		.form-section p{
			font-size:18px;
			margin-bottom:.5rem;
			font-variant:small-caps;
		}
			.form-section > p > a{
				float:right;
				/* font-variant: small-caps; */
			}
		form-section hr{
			margin: .3rem 0 .3rem;
		}
	
	.form-container .small {
		color: #666666;
		font-size: 13px;
	}