/* RESET */
html, body {
  background: #def2f8 !important;
}

/* Panel */
.panel .well:first-child {
  background-color: #def2f8 !important;
}

.well hr {
  border-top: 1px solid #a0cbd8;
  border-bottom: none;
}

.well .divider {
  width: 1px;
  background-color: #a0cbd8;
}

/* NEW */
header {
  background: #fff;
  height: 92px;
  margin-bottom: 3rem;
}

header .media-object {
  margin-bottom: 0;
}
