#colorbox {
  z-index: 9999;
  border: 1px solid gainsboro;
  background: white;
  border-radius: 5px;
  padding: 5px;
}

.sp-grid-section {
  display: flex;
}

.sp-grid-60 {
  flex: 1;
}

.sp-grid-40 {
  width: 300px;
  flex-grow: 0;
  flex-shrink: 2;
  flex-basis: auto;
}

.sp-grid-100 {
  flex: 1;
}

.sp-grid-cell {
  margin-left: 20px;
}

.sp-grid-cell:first {
  margin-left: 0;
}

.confluence-embedded-image {
  margin: 20px auto;
  text-align: center;
  display: block;
}

#ht-headerbar,
#ht-sidebar,
#ht-wrap-container {
  top: 65px;
}

#ht-wrap-container.wrap-global,
#ht-headerbar.header-global {
  left: 0;
}

#ht-headerbar {
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom: 1px solid #ddd;
}

/*
#ht-headerbar .ht-headerbar-border {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #ddd;
}
*/

#ht-wrap-container .ht-content.content-global {
  padding-top: 15px;
}

/* The following def is unique to Scroll in order to fit the topbar into the layout */

body.scrolled .topbar {
  top: 0;
  position: fixed;
  height: 25px;
  width: 100%;
  background: #fff;
  z-index: 999;
}

body.scrolled .topbar a,
body.scrolled .topbar ul {
  margin: 0;
  padding: 0;
  line-height: 24px;
}

body.scrolled .topbar li {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body.scrolled .topbar .container {
  padding: 0 32px 0 16px;
}

body.scrolled .topbar__logo {
  top: 0;
}

body.scrolled .topbar a:hover {
  text-decoration: none;
}

/* hide topbar <= 900 px */
@media screen and (max-width: 900px){
  body.scrolled .topbar {
    display: none;
  }
  
  #ht-headerbar,
  #ht-sidebar,
  #ht-wrap-container {
    top: 0;
  }
}

.confluence-embedded-image {
  padding: 5px;
  border: 1px solid gainsboro;
  border-radius: 4px;
}


.space-global .confluence-embedded-image,
.noBorder .confluence-embedded-image
{
  padding: 0;
  border: 0;
}

pre.syntaxhighlighter-pre {
  word-break: break-word;
  white-space: normal;
}

iframe.youtube-player {
  max-width: 100%;
}
