
.c-snippet.root {
  width: 100%;
  position: relative;
}

.c-snippet.pre {
  margin: 0;
  padding: 0;
}

.c-snippet.code {
  box-sizing: border-box;
  color: #f8f8f2;
  background-color: #282923;
  padding: 0.5em;
  display: block;
  margin: 0;
  white-space: pre;
  font-size: 12px;
  font-family: Roboto Mono, Courier New, Courier;
  line-height: 12pt;
  overflow: auto;
}

.c-snippet.header {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  opacity: .7;
  padding-right: 4px;
}


.c-snippet.language-stdout {
  background-color: #304070;
}


.c-snippet .Fn,
.c-snippet .Struct,
.c-snippet .Interface,
.c-snippet .Impl {
  font-weight: bold;
  color: #00E0FF;
}
.c-snippet .Memb {
  font-weight: normal;
  color: #FFFFFF;
}
.c-snippet .MembName {
  font-weight: normal;
  color: #FFFFFF;
}
.c-snippet .FnName,
.c-snippet .StructName {
  font-weight: bold;
  color: white;
}
.c-snippet .Params,
.c-snippet .Block,
.c-snippet .Membs {
  font-weight: normal;
  color: #FFFFFF;
}
.c-snippet .Ret,
.c-snippet .Break {
  font-weight: bold;
  color: #00E0FF;
}
.c-snippet .TplArgs {
  font-weight: normal;
  color: #FFFFFF;
}
.c-snippet .Rune {
  font-weight: normal;
  color: #00F060;
}
.c-snippet .Call {
  font-weight: normal;
  color: #E0E0E0;
}
.c-snippet .CallLookup {
  font-weight: normal;
  color: #80FFFF;
}
.c-snippet .Str {
  font-weight: normal;
  color: #00FF40;
}
.c-snippet .ConstructArray {
  font-weight: normal;
  color: #80FFFF;
}
.c-snippet .IdentRune {
  font-weight: bold;
  color: white;
}
.c-snippet .Membs {
  font-weight: bold;
  color: #00E0FF;
}
.c-snippet .MembName {
  font-weight: normal;
  color: white;
}
.c-snippet .Num {
  font-weight: normal;
  color: #20C040;
}
.c-snippet .Destruct {
  font-weight: bold;
  color: #00E0FF;
}
.c-snippet .Let {
  font-weight: normal;
  color: #FFFFFF;
}
.c-snippet .Pat {
  font-weight: bold;
  color: #FFFFFF;
}
.c-snippet .While {
  font-weight: bold;
  color: #00E0FF;
}
.c-snippet .If {
  font-weight: bold;
  color: #00E0FF;
}
.c-snippet .Lookup {
  font-weight: normal;
  color: #FFFFFF;
}
.c-snippet .Mut {
  font-weight: bold;
  color: #FF90D0;
}
.c-snippet .Typ {
  font-weight: normal;
  color: #00FF60;
}
.c-snippet .CaptureName {
  font-weight: bold;
  color: #FFFFFF;
}
.c-snippet .Comment {
  font-weight: normal;
  color: #FFFF40;
}
.c-snippet .Inl {
  font-weight: normal;
  color: #FFA040;
}
.c-snippet .Lend {
  font-weight: normal;
  color: #80FF00;
}
.c-snippet .Ownership {
  font-weight: normal;
  color: #00FF60;
}
.c-snippet .Prototype {
  color: #00B0FF;
}

.c-snippet .MemberAccess {
  color: white;
  font-weight: bold;
}
