html,
body {
  width: 100%;
  height: 100%;
}

body {
  xpadding-top: 50px;
  color: #666;
  font: 14px/1.5 Montserrat, Verdana, Helvetica, Arial, sans-serif;

}

a {
  color: #337ab7;
}

.navbar {
  background-color: #1a1a1a !important;
}

.footer li a {
  color: #aaa;
}

.fancy {
  font-family: Montserrat, Helvetica, Arial, Helvetica, sans-serif;
}

.docs #leftnav a {
  margin: 0 !important;
  padding: 0.1em 0;
}

.docs {
  margin-top: 2em;
}

pre,
code {
  text-shadow: none !important;
  font-size: 14px !important;
  line-height: 130% !important;
  color: #575 !important;
  background: #eee !important;
  font-weight: bolder;
  border-radius: 0.3em;
  white-space: pre !important;
  overflow-y: auto !important;
}

pre {
  padding: 0.6em 1em;
}

pre code { padding: 0; }

code {
  padding: 0.15em 0.5em;
}

.zoomable>input {
  display: none;
}

.zoomable img {
  transition: transform 0.25s ease;
  cursor: zoom-in;
  z-index: 9 !important;
  position: relative;
}

.zoomable input[type=checkbox]:checked~label>img {
  transform: scale(3);
  cursor: zoom-out;
  z-index: 999 !important;
}

.gif, iframe {
  max-width: 100%;
  height: 160px;
  outline: none;
  border: 1px solid #ccc !important;
  outline: none;
}

input:focus, textarea:focus, *:focus {
  outline: none;
  /* border: none !important; */
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}


.kit a[name] {
  position: absolute;
  top: 1em;
  right: 2.5em;
  font-size: 15px !important;
  color: #ccc !important;
  z-index: 999;
  outline: none;
}

.kit a[name] .fa:hover {
  color: #777;
}

.kit .container {
  position: relative;
}
