/**
* Header
**/
/**
* Show page
**/
@media (min-width: 1200px) {
  #show .actions a + a {
    position: relative;
  }
  #show .actions a + a:before {
    color: #4c4c4c !important;
    content: '|';
    cursor: default;
    font-size: 0.9em;
    left: -13px;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
  }
  #show .actions a span:first-child {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  #show .nav-container {
    background: transparent;
    height: auto;
    padding-top: 0;
    position: static;
  }
  #show .nav-container a {
    border-top: none;
    color: #1d1d1d;
  }
  #show .nav-container .active a {
    border-right: none;
    color: #d80000;
  }
}
