.breadcrumb {
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
  }
  .breadcrumb, .breadcrumb a {
    display: inline-block;
  }
  .breadcrumb a {
    text-rendering: optimizeLegibility;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 20px;
    position: relative;
  }
  .breadcrumb a:first-child {
    padding-left: 16px;
  }
  .breadcrumb a:last-child {
    padding-right: 16px;
    pointer-events: none;
    cursor: default;
  }
  .breadcrumb a:last-child:after, .breadcrumb a:last-child:before {
    border: 0;
  }
  .breadcrumb a:after, .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;
  }
  .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;
  }*/
  