/* user.css ----------------------------------------------------------------- */
@import url("headertags_seo_styles.css");
/*BOF panel colors*/
.panel-default>.panel-heading {
  color: #844224;
  background-color: #D9EDF7;
  font-size: 18px;
  font-weight: 600;
  }
/*EOF panel colors*/
/*BOF Breadcrumb panel color*/
  .breadcrumb {
  background-color: #D9EDF7;
  }
/*EOF Breadcrumb panel color*/

/*BOF change breadcrumb separator*/
   .breadcrumb > li + li:before {
  content: ">>";
}
