/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}
.breadcrumb {
  margin-top: 1rem!important;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

ul.list-group > li { background: #ffffff; }
ul.list-group >  li:nth-child(odd) { background: #f9f9f9; }
ul.list-group {
  margin-bottom: 1rem;
}

ol li {
  margin-bottom: 1rem;
}

ul {
  margin-bottom: 1rem;
}


