#body {
  margin: 25px;
}
#body a,
#body a:hover {
  outline: 0;
}
#body #logo img {
  width: 64px;
  height: 64px;
  vertical-align: middle;
  position: relative;
  top: -6px;
}
#body #document-content {
  margin: 30px 0 50px 0;
}
#body #document-content ul {
  margin-bottom: 20px;
}
#body.layout-documentation .breadcrumb a:hover {
  text-decoration: none;
}
#body.layout-documentation .breadcrumb .active a.dropdown-toggle {
  color: #000;
  text-decoration: none;
}
#body.layout-documentation .breadcrumb .active a.dropdown-toggle:hover {
  text-decoration: none;
}
#body.layout-documentation .breadcrumb .active .dropdown * {
  text-shadow: none;
}
#body.layout-documentation .well.sidebar,
#body.layout-home #structure .well.sidebar {
  padding: 8px 0;
}
#body.layout-documentation #structure,
#body.layout-home #structure {
  margin-top: 32px;
}
#body #document-title {
  margin-top: -4px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 3em;
}
#body #authenticate {
  margin-left: 10px;
}
#body #logout {
  position: absolute;
  right: 25px;
  top: 35px;
}
#body #document-content h2 {
  margin-top: 25px;
}
#body #document-content h3 {
  margin-top: 25px;
}
#body #document-content h4 {
  margin-top: 25px;
}
#body .rst-to-html .section h1 {
  font-size: 24.5px;
}
#body .rst-to-html .section h2 {
  font-size: 17.5px;
  line-height: 20px;
}
#body .rst-to-html pre.literal-block {
  font-size: 12px;
  margin: 0;
  margin-bottom: 20px;
}
#body .rst-to-html tt.literal {
  font-weight: bold;
  font-size: 13px;
}
#body.layout-documentation table {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#body.layout-documentation table th {
  border: 1px solid #ddd;
  padding: 8px;
  font-style: italic;
  background-color: #f5f5f5;
}
#body.layout-documentation table td {
  border: 1px solid #ddd;
  padding: 8px;
}
#body.layout-documentation .code {
  background-color: #000;
  padding: 8px;
  color: #fff;
}
#body.layout-documentation .edit-link {
  float: right;
  position: relative;
  left: 0;
  top: 12px;
}
#body.layout-documentation #summary {
  margin: 20px 0 0 0;
  padding: 12px 16px 4px 16px;
}
#body.layout-documentation #summary ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
#body.layout-documentation #summary ul li {
  padding: 2px;
  font-size: 14px;
  line-height: 20px;
}
#body.layout-documentation #summary ul li a {
  text-decoration: none;
}
#body.layout-documentation #summary ul li a:hover {
  text-decoration: none;
  color: #000;
}
