header h1,
header ul,
body footer,
.contentBox section {
  margin: 10px auto;
  width: 70%;
}

.page-header--white {
  padding-bottom: 0;
}

header ul {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 0;
}
header ul li {
  float: left;
}

header ul li a,
header ul li a:visited {
  display: inline-block;
  padding: 5px 15px 8px 15px;
  margin-right: 8px;
  border: 1px solid #fff;
  border-bottom:none  ;
  color: #474747;
}

header ul li a:hover,
header ul li.active a,
header ul li.active a:hover {
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom:none  ;
  color: #003468;
  text-decoration: none;
}

.contentBox section {
  margin: 30px auto;
}

.removeHideLast {
  cursor: pointer;
}
.removeHideLast code {
  cursor: text;
}
.margin-xs {
  margin: 2px !important;
}
.libSection {
  box-shadow: 0 0 6px #aaa;
  overflow: hidden;
  position: relative;
}
.libSection:hover {
  background-color: rgba(0, 146, 255, 0.02);
  transition: background-color 1s;
}