.breadcrumbs {
  border-top: 5px solid #384045;
  border-bottom: 5px solid #ccc;
  background-color: #171717;
  padding-top: 10px;
}

.breadcrumb-dark {
  padding: 0 0;
  margin-bottom: 10px;
  list-style: none;
}

.breadcrumb-dark > li {
  display: inline-block;
}

.breadcrumb-dark > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb-dark > li > a {
  color: #ccc;
}

.breadcrumb-dark > li.active {
  color: #999;
}

.page-title {
  margin-top: 0;
  border-bottom: 5px solid #395563;
  margin-bottom: -4px;
  padding-bottom: 12px;
  display: inline-block;
  color: #fff;
}

.page-content {
  padding-top: 20px;
  font-size: 16px;
}

.page-content a {
  color: #3366CC;
  font-weight: bold;
  transition: all 0.2s ease 0s;
}

.page-content a:hover {
  color: #5588AA;
}

.page-content h4 {
  font-weight: bold;
  padding-top: 15px;
}