/* AB */

/* header */
ol.breadcrumb a {
	letter-spacing:-1px;
}
ol.breadcrumb a:hover{
	text-decoration:underline;
}
ol.breadcrumb h1:first-letter {
        text-transform:capitalize;
}
ol.breadcrumb h1 {
	letter-spacing: -1px;
}
@media (min-width: 992px) {
	section#livecode-page-header > .container {
        	max-width:1004px;
	}
} /* end media min-width 992px in header section */
/* end header */

/* main content area */
section#livecode-page-content > .container {
	padding-top:36px;padding-bottom:36px;
}

@media (min-width: 992px) {

	section#livecode-page-content > .container {
		max-width:1004px;
	}

} /* end media min-width 992px in main content area */
/* end main content area */
