.container {
  margin: 0 auto;
  padding: 0 !important;
  max-width: 94%;
}
.container > div {
  padding: 30px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  background: #fff;
}
#logowrap .container > div,
#navwrap .container > div,
#bannerwrap .container > div,
#footerwrap .container > div,
#topwrap .container > div,
.zentools .container > div {
  padding: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  background: none;
}
a.modal {
  position: relative;
  box-shadow: none;
  border: 0;
  padding: 0;
  width: auto;
  left: auto;
  margin-left: 0;
  background: none;
  border-radius: 0;
}