/*global settings*/
.show {
  display: inherit !important; }

.click-copy-inner,
.click-copy-outer {
  cursor: pointer; }

#parts-control-panel {
  position: fixed;
  top: 150px;
  left: 0; }

#file-control-panel,
#section-control-panel {
  position: absolute;
  right: 0;
  z-index: 100; }

#file-control-panel {
  top: 0; }

#control-panel-modal {
  position: absolute;
  top: 200px;
  min-height: 600px;
  display: none;
  z-index: 100;
  background: white;
  padding: 2em;
  border: solid 10px pink;}

#control-panel-modal > .x {
  position: absolute;
  top: 0;
  right: 0; }

.nav-tabs .nav-item.show .nav-link,

.mouse-over-highlight {
  transition: all ease 0.3s; }

.mouse-over-highlight:hover {
  transition: all ease 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.58);
  background-color: #f0f0f0; }

/*# sourceMappingURL=d-guide.css.map */
.nav-table-of-content {
  display: none;
  position: absolute;
  background: white;
  z-index: 10;
  cursor: pointer;
  color: #000; }

h1.index,
h2.index {
  font-size: 6em;
  text-align: center; }

/*# sourceMappingURL=design-guide.css.map */
