.breadcrumb > li + li:before {
  content: ">";
  padding: 0 2px;
  color: #ccc;
}

.breadcrumb {
	padding-left: 0;
	background-color: #fff;
  font-size: 13px;
}

.breadcrumb .active span {
	padding: 0 0 0 1px;
}

.breadcrumb li.update:before {
	content: " ";
}

h1 {
    font-size: 24px;
    line-height: 24px;
    color: #555;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #777;
}