.ep_breadcrumb {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
}
.ep_breadcrumb,
.ep_breadcrumb a {
  display: inline-block;
}
.ep_breadcrumb a {
  text-rendering: optimizeLegibility;
  text-decoration: none;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 20px;
  position: relative;
}
.ep_breadcrumb a:first-child {
  padding-left: 16px;
}
.ep_breadcrumb a:last-child {
  padding-right: 16px;
  pointer-events: none;
  cursor: default;
}
.ep_breadcrumb a:last-child:after, .ep_breadcrumb a:last-child:before {
  border: 0;
}
.ep_breadcrumb a:after, .ep_breadcrumb a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 2;
}
.ep_breadcrumb a:before {
  margin-left: 1px;
  z-index: 1;
}

.dark {
  border-color: #2e3031;
}
.dark a {
  color: #c6c6c6;
  background-color: #595b5b;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 0 #727373;
}
.dark a:after {
  border-left-color: #595b5b;
}
.dark a:before {
  border-left-color: #2e3031;
}
.dark a:hover, .dark a:focus {
  background: #646666;
}
.dark a:hover:after, .dark a:focus:after {
  border-left-color: #646666;
}
.dark a:active:before {
  border-left-color: #404141;
}
.dark a:last-child {
  background-color: #404141;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.light {
  border-color: #9c9e9e;
}
.light a {
  color: #454545;
  background-color: #e5e9e9;
  text-shadow: 0 -1px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 #fff;
}
.light a:after {
  border-left-color: #e5e9e9;
}
.light a:before {
  border-left-color: #9c9e9e;
}
.light a:hover, .light a:focus {
  background: #edf1f1;
}
.light a:hover:after, .light a:focus:after {
  border-left-color: #edf1f1;
}
.light a:active:before {
  border-left-color: #edf1f1;
}
.light a:last-child {
  background-color: #d3d7d7;
}

.bdcnt {
  margin: 20px 0;
}
