pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
  font-size: 12px; }

.string {
  color: green; }

.number {
  color: darkorange; }

.boolean {
  color: blue; }

.null {
  color: magenta; }

.key {
  color: red; }

body {
  background: #eee;
  color: #333;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 500px 0; }

a {
  color: #009fe0; }

a:hover {
  text-decoration: none; }

a.more, a.top {
  font-weight: bold; }

.top a {
  font-weight: bold;
  text-transform: lowercase; }

#container {
  max-width: 990px;
  background: #fff;
  padding: 1em 2em;
  margin: 10px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 1.3; }

@media screen and (max-width: 800px) {
  #container {
    padding: 0.5em 1em;
    font-size: 14px;
    box-shadow: none;
    margin: 0; } }

#admin {
  max-width: 990px;
  padding: 1em 2em;
  margin: 10px auto;
  text-align: right; }

#header {
  padding-top: 0.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 600px) {
  #header {
    display: block; } }

#header .logo {
  height: 2.75em;
  width: 10em;
  margin-right: 10px; }

@media screen and (max-width: 800px) {
  #header .logo {
    height: 2.5em; } }

#karmaHeader h1, #karmaHeaderText h1 {
  background: url(/files/favicon/karma-logo.svg) no-repeat;
  background-size: contain;
  padding-left: 100px; }

#karmaHeader h1 {
  background-position: center;
  font-size: 0;
  height: 60px;
  width: 100%;
  padding-left: 0; }

h1 {
  margin: 0;
  font-size: 1.8em; }

@media screen and (max-width: 800px) {
  h1 {
    font-size: 1.6em; } }

#toc {
  padding-top: 10px; }

#toc h2, #toc a {
  display: inline-block;
  padding-right: 12px; }

.tocSizes {
  color: grey;
  font-size: 10pt; }

table.siteSettingsTable {
  border-collapse: collapse;
  border-color: #bbb;
  margin: 1em 0 0;
  width: 100%; }
  table.siteSettingsTable th {
    text-align: right;
    background: #eee; }
  table.siteSettingsTable thead th {
    text-align: left;
    background: #777;
    border-color: #333;
    color: #fff; }
  table.siteSettingsTable tbody th {
    width: 150px; }
  table.siteSettingsTable td, table.siteSettingsTable th {
    padding: 3px 6px;
    text-align: left; }
  table.siteSettingsTable td p {
    margin: 0; }

ul.toc li {
  font-weight: bold;
  font-size: 110%; }

ul.toc li.indent {
  font-size: 100%;
  font-weight: normal;
  margin-left: 1.5em;
  list-style-type: circle; }

div.indent {
  margin-left: 1.5em; }

a.top {
  display: block;
  background: #009fe0;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em; }

.slot, .site {
  border-top: 3px dotted #ccc; }

.slotExample {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.slotContainer {
  background: #a7ecf1;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-property: width, height;
  transition-duration: 300ms;
  transition-timing: ease-in-out; }
  .slotContainer p {
    margin: 0; }
  .slotContainer a.active {
    text-decoration: none;
    color: #333; }

.slotDefinition {
  border: 1px solid #eee;
  box-sizing: border-box; }
  .slotDefinition dd {
    margin: 0;
    padding: 0 10px; }
    .slotDefinition dd + dt {
      margin-top: 5px; }
  .slotDefinition dt {
    font-weight: bold;
    background: #f0f0f0;
    padding: 3px 10px;
    border: 1px solid #e3e3e3; }
    .slotDefinition dt + dd {
      padding: 3px 10px; }

.hide {
  display: none; }

/*# sourceMappingURL=style.css.map */