/* 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;
}

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

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

