.navbar-brand {
  padding: 6.5px 15px;
}

.page-header {
  margin: 0px 0 25px;
}

.nav-stacked>li+li.nav-sub {
  margin-left: 20px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #3F51B5;
  background-color: #f8f8f8;
}

h2 {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eee;
}

figure img {
  box-shadow: none;
}

.border-left {
  border-left: 1px solid #e7e7e7;
}