body {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.55;
  color: #111;
}

.container {
  max-width: 840px;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 1.25;
  margin-top: 8px;
  margin-bottom: 16px;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 36px;
  margin-bottom: 12px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 24px;
  margin-bottom: 8px;
}

.lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 20px;
}

.jumbotron {
  padding: 24px 28px;
  margin-bottom: 24px;
}

.jumbotron p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.jumbotron h1,
.jumbotron .h1 {
  font-size: 28px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .jumbotron {
    padding: 28px 32px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 32px;
  }
}

h2 .label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  vertical-align: 3px;
  margin-right: 8px;
  letter-spacing: 0.02em;
}

p {
  margin-bottom: 14px;
}

hr {
  margin-top: 28px;
  margin-bottom: 8px;
}

blockquote {
  font-size: 18px;
  line-height: 1.5;
}

code {
  font-size: 90%;
  color: #333;
  background: #f5f5f5;
}

small,
.small {
  font-size: 15px;
}

.btn {
  font-size: 16px;
  padding: 8px 16px;
}

.navbar {
  font-size: 15px;
  min-height: 52px;
}

.navbar-brand {
  font-size: 17px;
  height: 52px;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav > li > a {
  font-size: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.table {
  font-size: 16px;
}

.table > tbody > tr > th {
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}

.table > tbody > tr > td,
.table > thead > tr > th {
  vertical-align: top;
  padding: 10px 12px;
}

.table-responsive {
  margin-bottom: 20px;
}

.table-hint {
  display: none;
}

.source-list li {
  margin-bottom: 8px;
}

footer {
  margin-top: 40px;
  padding-top: 16px;
  color: #444;
  border-top: 1px solid #e5e5e5;
  font-size: 15px;
}

@media (max-width: 767px) {
  .navbar-header {
    float: none;
  }
  .navbar-nav {
    float: none;
    margin: 0 0 8px;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li > a {
    padding: 10px 12px;
  }
  h1,
  .h1 {
    font-size: 26px;
  }
  .jumbotron {
    padding: 20px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 24px;
  }
  .table-hint {
    display: block;
    margin-bottom: 8px;
  }
}
