body {
  background-color: #f4f4f4;
}

.site-grid {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1098px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

.container-header .navbar-brand img {
  width: 1080px;
}

.container-header {
  background-color: white;
  background-image: none;
}

.container-sidebar-left {
  border-right: 1px solid #c8c8c8;
}