.banneritem img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.navbar-toggle {
  right: auto;
  left: 0;
}
.off-canvas-toggle {
  left: auto;
  right: 0;
}
.feed ul.newsfeed {
  list-style-type: none;
  padding: 0;
  border: none;
}
.feed ul.newsfeed li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 8px;
}