.issue-view {
  position: relative;
  overflow-y: auto;
  overflow-x: visible;
  scrollbar-gutter: stable;
}
.issue-view > .loading {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 1000;
  background-color: #ffffff;
}
.issue-view > .navigation-tools {
  z-index: 101;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  margin-top: 20px;
}
.issue-view > .navigation-tools .pager-container,
.issue-view > .navigation-tools .collapse-container {
  display: inline-block;
}
.issue-view > .navigation-tools .collapse {
  margin-left: 5px;
  position: relative;
  top: -4px;
}
.issue-view > .issue-container {
  outline: none;
}
.issue-view > .issue-container .issue-header {
  padding: 0;
  z-index: 2;
}
.issue-view > .issue-container .issue-header .issue-header-content .command-bar {
  border-top: none;
}
.issue-view > .issue-container .issue-header .issue-header-content .aui-page-header .aui-page-header-actions {
  width: 13em;
}
.issue-view #issue-header-archived {
  margin: 0 20px;
}
