/* Body and structure
-------------------------------------------------- */
/* line 4, /app/app/assets/stylesheets/app/site.css.scss */
body {
  position: relative;
  padding-top: 25px;
  background-color: #fff;
  background-image: url(/assets/grid-18px-masked.png);
  background-repeat: repeat-x;
}

/* Header
-------------------------------------------------- */
/* line 15, /app/app/assets/stylesheets/app/site.css.scss */
header {
  position: relative;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 55px;
}
/* line 20, /app/app/assets/stylesheets/app/site.css.scss */
header h1 {
  margin-right: 40%;
  margin-bottom: 9px;
  font-size: 90px;
  letter-spacing: -1px;
  line-height: 1;
}
/* line 26, /app/app/assets/stylesheets/app/site.css.scss */
header h1 small {
  font-size: 25px;
}
/* line 30, /app/app/assets/stylesheets/app/site.css.scss */
header p {
  margin-right: 32%;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
}
/* line 37, /app/app/assets/stylesheets/app/site.css.scss */
header .btn {
  font-size: 20px;
  padding: 14px 24px;
  margin-right: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 45, /app/app/assets/stylesheets/app/site.css.scss */
header .download-info {
  font-size: 16px;
  color: #999;
}

/* Navigation
-------------------------------------------------- */
/* line 54, /app/app/assets/stylesheets/app/site.css.scss */
nav {
  width: 230px;
  position: absolute;
  right: 0;
  top: 10px;
}
/* line 59, /app/app/assets/stylesheets/app/site.css.scss */
nav ul {
  list-style: none;
  margin: 0;
}
/* line 63, /app/app/assets/stylesheets/app/site.css.scss */
nav li {
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  color: #555;
}
/* line 68, /app/app/assets/stylesheets/app/site.css.scss */
nav li + li {
  border-top: 1px solid #f5f5f5;
}
/* line 71, /app/app/assets/stylesheets/app/site.css.scss */
nav li p {
  font-size: 13px;
  line-height: 14px;
  color: #999;
  margin: 0 0 10px 20px;
}
/* line 78, /app/app/assets/stylesheets/app/site.css.scss */
nav h4 {
  color: #555;
}
/* line 81, /app/app/assets/stylesheets/app/site.css.scss */
nav span {
  position: relative;
  top: -2px;
  padding-right: 5px;
  color: #999;
}

/* Sections
-------------------------------------------------- */
/* line 92, /app/app/assets/stylesheets/app/site.css.scss */
section div.btn {
  margin-right: 15px;
}
/* line 96, /app/app/assets/stylesheets/app/site.css.scss */
section .page-header {
  margin-left: 80px;
}
/* line 99, /app/app/assets/stylesheets/app/site.css.scss */
section .page-header code {
  margin-left: 20px;
}
/* line 104, /app/app/assets/stylesheets/app/site.css.scss */
section#start .page-header {
  margin-left: 0;
}
/* line 108, /app/app/assets/stylesheets/app/site.css.scss */
section table {
  margin-top: 30px;
}
/* line 112, /app/app/assets/stylesheets/app/site.css.scss */
section .request-response {
  display: none;
}
/* line 116, /app/app/assets/stylesheets/app/site.css.scss */
section img.loading {
  margin: 0 10px 0 0;
  display: none;
}
/* line 121, /app/app/assets/stylesheets/app/site.css.scss */
section p.small {
  font-size: 12px;
  color: #888;
}
/* line 126, /app/app/assets/stylesheets/app/site.css.scss */
section .request-title-button {
  display: flex;
}
/* line 130, /app/app/assets/stylesheets/app/site.css.scss */
section .request-title {
  margin: auto;
  flex-grow: 1;
}
/* line 135, /app/app/assets/stylesheets/app/site.css.scss */
section .request-button {
  outline: none;
  flex-shrink: 1;
  margin: 10px 0px 10px 0px;
}

/* Footer
-------------------------------------------------- */
/* line 145, /app/app/assets/stylesheets/app/site.css.scss */
footer {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #e5e5e5;
}
/* line 149, /app/app/assets/stylesheets/app/site.css.scss */
footer p {
  margin-bottom: 0;
  color: #555;
  font-size: 11px;
}

/* line 156, /app/app/assets/stylesheets/app/site.css.scss */
.dropdown-menu p {
  padding: 4px 15px;
  color: black;
}
