/* line 2, sass/_lodge.sass */
.bold {
  font-weight: bold;
}

/* line 4, sass/_lodge.sass */
.lodge ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* line 8, sass/_lodge.sass */
.lodge li {
  padding-left: 5px;
}

/* line 10, sass/_lodge.sass */
.lodge span.bold {
  display: inline-block;
  width: 98px;
}

/* line 13, sass/_lodge.sass */
.lodge.jumbotron {
  cursor: pointer;
}

/* line 15, sass/_lodge.sass */
.lodge.jumbotron h2 {
  margin-top: 0px;
}

/* line 17, sass/_lodge.sass */
.center {
  text-align: center;
}

/* line 2, sass/_recent.sass */
table.recent-changes th {
  text-align: center;
}

/* line 4, sass/_recent.sass */
table.recent-changes tr.patch > td {
  text-align: center;
}

/* line 6, sass/_recent.sass */
table.recent-changes tr.patch > td:nth-child(7n), table.recent-changes tr.patch > td:nth-child(8n) {
  text-align: left;
}

/* line 8, sass/_recent.sass */
.jumbotron p {
  font-size: 14px;
  font-weight: normal;
}

/* line 2, sass/_patches.sass */
table.patches th {
  text-align: center;
}

/* line 4, sass/_patches.sass */
table.patches th:nth-child(7) {
  text-align: left;
}

/* line 6, sass/_patches.sass */
table.patches tr.patch > td {
  text-align: center;
}

/* line 8, sass/_patches.sass */
table.patches tr.patch > td:nth-child(7n) {
  text-align: left;
}

/* line 10, sass/_patches.sass */
table.patches tr.hasImage:hover {
  cursor: pointer;
}

/* line 2, sass/_nav.sass */
.navbar-oabb {
  border-bottom: 1px solid #428bca;
  color: white;
  border-radius: 0px;
}

/* line 6, sass/_nav.sass */
.navbar-nav > .active > a {
  background-color: #337ab7;
  color: white;
}

/* line 9, sass/_nav.sass */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #337ab7;
  color: white;
}

/* line 2, sass/_jumbotron.sass */
.jumbotron {
  background-color: white;
  border: 1px solid #428bca;
}

/* line 5, sass/_jumbotron.sass */
.jumbotron > h2 {
  margin-top: 0px;
}
