.navbar {margin-bottom: 20px;}

h1 {
	font-size: 1.602em;
}
h2 {
	font-size: 1.424em;
}
h3 {
	font-size: 1.266em;
}
h4 {
	font-size: 1.125em;
}
h5 {
	font-size: 0.889em;
}
h6 {
	font-size: 0.79em;
}

.indent-one{
  margin-left:1em;
}

.indent-onedotfive{
  margin-left:1.5em;
}

.indent-two{
  margin-left:2em;
}

@media print { 
  .nav-item {
    display:none;
  }
  thead { display:table-row-group }
  tfoot { display:table-row-group }
}

.definition {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
  border-left-color: #5bc0de;
  background-color: #edfbfe;
}

.definition h4 {
  margin-top: 0;
  margin-bottom: .25rem;
  color: #5bc0de
}

.definition code {
  border-radius: .25rem
}

.definition+.definition {
  margin-top: -.25rem
}

.definition p:last-child {
  margin-bottom: 0
}

.note {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
  border-left-color: #f0ad4e;
  background-color: #fffaee;
}

.note p:last-child {
  margin-bottom: 0
}

.danger {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
  border-left-color: #d9534f;
  background-color: #fcf0f1;
}

.danger p:last-child {
  margin-bottom: 0
}