@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
body {
  padding-top: 70px;
  padding-bottom: 30px;
  font-family: 'Roboto', serif;
}

h1, h2, h3 {
  font-family: 'Roboto Slab', serif;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.jumbotron h1 {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

p, ol, ul {
  font-size: 13pt;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.quanto-icon {
  display: inline-block;
  width: 32px;
  height: 100%;
  background: url("/images/tikzit64.png") no-repeat;
  background-position: center;
  background-size: 32px 32px;
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}

.anchor {
  display: block;
  position: relative;
  top: -300px;
  visibility: hidden;
}

.screenshot {
  border: 1px solid #ccc;
  margin: 1em auto;
  display: block;
}

.toolicon {
  width: 1.4em;
  height: 1.4em;
}

code {
  color: #444;
  background-color: #eef;
}

.callout {
  margin: 2em 0em;
  background-color: #eee;
  border-left: 5px solid #ddd;
  padding: 1em;
}

.callout-info {
  border-left: 5px solid #9df;
}

.callout-warning {
  border-left: 5px solid #fd0;
}

.callout p {
  color: #666;
  margin: 0em;
}

kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #242729;
    text-shadow: 0 1px 0 #FFF;
    background-color: #e1e3e5;
    border: 1px solid #adb3b9;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.2), 0 0 0 2px #FFF inset;
    white-space: nowrap;
}

a.anchor {
  display: block;
  position: relative;
  top: -3em;
}

.badge-primary { background-color: #36a; }
