@font-face {
      font-family: 'ejdb';
      src: url('/ejdb.org/v2/font/ejdb.eot?74232012');
      src: url('/ejdb.org/v2/font/ejdb.eot?74232012#iefix') format('embedded-opentype'),
           url('/ejdb.org/v2/font/ejdb.woff?74232012') format('woff'),
           url('/ejdb.org/v2/font/ejdb.ttf?74232012') format('truetype'),
           url('/ejdb.org/v2/font/ejdb.svg?74232012#ejdb') format('svg');
      font-weight: normal;
      font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ejdb";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-download:before { content: '\e800'; } /* '' */
.icon-pencil:before { content: '\e801'; } /* '' */
.icon-fire:before { content: '\f525'; } /* '' */

html {
  
  /* color: #f7f7f7; */
  color: #d7d7d7;
  font-size: 14pt;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background: #242529;
  /*
  background: #3970de;
  background: linear-gradient(to bottom, #012c81 0%, #3970de 100%);
  */
}

body {
  padding-left: 2rem;
}

pre {
    overflow: auto;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Roboto Slab', serif;
}

.header-caption {
  font-size: 4rem;
  font-weight: bold;
  color: #f7f7f7;
}

h1, a {
  color: #f7f7f7;
}

.header-container {
  display: flex; 
  flex-direction: row;
  margin: 2rem 0 0 0;
}

.features {
  /*padding-top: 3rem;*/
  /*padding-left: 1rem;*/
}

.features ul {
  list-style-type: none;
  padding-left: 2rem;
}

.features ul li {
  padding-top: 1rem;
}


@media only screen and (max-width: 600px) {
  html {
    font-size: 12pt;
  }
  body {
    padding-left: 0;
  }
  .header-container {
    flex-direction: column;
  }
  .features ul {
    padding-left: 0;
  }
}

/* desert scheme ported from vim to google prettify */
pre.prettyprint { display: block; background-color: #242529 }
pre .nocode { background-color: none; color: #000 }
pre .str { color: #ffa0a0 } /* string  - pink */
pre .kwd { color: #f0e68c; font-weight: bold }
pre .com { color: #87ceeb } /* comment - skyblue */
pre .typ { color: #98fb98 } /* type    - lightgreen */
pre .lit { color: #cd5c5c } /* literal - darkred */
pre .pun { color: #fff }    /* punctuation */
pre .pln { color: #fff }    /* plaintext */
pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag    - lightyellow */
pre .atn { color: #bdb76b; font-weight: bold } /* attribute name  - khaki */
pre .atv { color: #ffa0a0 } /* attribute value - pink */
pre .dec { color: #98fb98 } /* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
  pre.prettyprint { background-color: none }
  pre .str, code .str { color: #060 }
  pre .kwd, code .kwd { color: #006; font-weight: bold }
  pre .com, code .com { color: #600; font-style: italic }
  pre .typ, code .typ { color: #404; font-weight: bold }
  pre .lit, code .lit { color: #044 }
  pre .pun, code .pun { color: #440 }
  pre .pln, code .pln { color: #000 }
  pre .tag, code .tag { color: #006; font-weight: bold }
  pre .atn, code .atn { color: #404 }
  pre .atv, code .atv { color: #060 }
}

pre.prettyprint {
  padding: .8rem !important;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"] + label {
  display: inline-block;
  margin-bottom: -1px;
  padding: 10px;
  max-width: 150px;
  background-color: #242529;
  
  cursor: pointer;
}

.tabs input[type="radio"]:checked + label {
  cursor: default;
  border: #888 1px solid;
  border-bottom: 1px solid #242529;
}
.tab-content {
  display: none;
}
.tab-content > pre {
  margin: 0;
}
.tabs > .tab1:checked ~ .tab-content1,
.tabs > .tab2:checked ~ .tab-content2,
.tabs > .tab3:checked ~ .tab-content3,
.tabs > .tab4:checked ~ .tab-content4,
.tabs > .tab5:checked ~ .tab-content5,
.tabs > .tab6:checked ~ .tab-content6 {
  display: block;
  background-color: #242529;
}
