html body {
     --K15t-foreground-brand: #ff9500; 
	--K15t-link: #ff9500; 
}

.space-overview__hero__header__content__intro--intro {
 color: white; 
}

.header__navigation--logo a img,
.footer__logo {
  width: auto;
  height: 4rem;
}

.render-links--link a {
  font-size: 1rem;
}

.space-overview__content>:not(:last-child) {
 border-bottom: none; 
}

.space-overview main {
  padding: 5em 1em;
}

.header {
 border-bottom: none; 
}


.cursor-display {
      border-top: 2px solid grey;
    border-bottom: 2px solid grey;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    max-width: 300px !important;
    justify-content: space-between;
    font-family: ConfluenceInstalledFont,monospace;
    margin-bottom: calc(3 * 1rem);
}

figure.vp-image img {
 border: none; 
}

.code-macro {
     margin-bottom: 40px; 
}

.code-macro .code-macro__language {
    display: none;
}

.code-macro .code-toolbar {
	padding-top: 0 !important;
	display: inline-block;
}

.code-macro .code-toolbar .toolbar {
    display: none;
}

.code-macro .code-toolbar pre.line-numbers {
	padding: 10px !important;
    overflow: hidden;
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
	padding: 10px;
	margin: 0;
}

.code-macro .code-toolbar .line-numbers-rows {
	display: none;
}

.columnLayout.two-right-sidebar figure {
	display: inline-block;
	margin: 0;
}

.vp-image--width-7 {
 width: 100% !important; 
}