
.klayout-header {
  background: #573d1c;
}

.navbar-nav {
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  /* align font with logo */
  font-size: 1.5rem;
  padding-top: 1.5rem;
}

a:hover.klayout-menu {
  color: #ffffff;
}

a.klayout-menu,
a.klayout-silent-anchor {
  outline: none;
}

body {
  font-family: 'Roboto', sans-serif !important;
  /* default weight */
  font-weight: 300 !important;
}

h1 {
  font-family: 'Roboto Slab', serif !important;
}

pre, tt, code {
  font-family: 'Roboto Mono', monospace !important;
  font-weight: 400 !important;
}

h2, h3, h4, th {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important;
}

h4 {
  font-weight: 300 !important;
}

div.warning {
  padding: 10pt;
  background-color: #ffc0c0;
}

pre {
  background-color: #f2f1f2;
}

p {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

p, li, td {
  font-weight: 300 !important;
}

td,th {
  vertical-align: top;
  text-align: left;
  padding-right: 0.7rem !important;
}

th {
  border-style: none;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #c2c1c2;
}

td {
  border-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #c2c1c2;
}

.layout-table th,
.layout-table td
{
  border-style: none;
}

table {
  margin-left: 2.5rem !important;
}

h1 {
  margin-top: 2.5rem !important;
  margin-bottom: 1.8rem !important;
}

h2 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.3rem !important;
}

h3,h4 {
  margin-top: 1.3rem !important;
}

pre {
  padding: 1.2rem !important;
}

img {
  margin: 0.5rem !important;
}

.klayout-menu img {
  margin: 0 !important;
  /* makes the logo links aligned with the text: */
  margin-top: -16px !important;
}

.klayout-footer {
  color: #000000;
}

