.floatleft {
  float: left;
  margin: 0 3% 30px 0;
}
.floatright {
  float: right;
  margin: 0 0 30px 3%;
}
.divider {
  clear: both;
}
.divider:before,
.divider:after {
  display: table;
  content: " ";
}
.divider:after {
  clear: both;
}

.clear {
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: " ";
}
.clear:after {
  clear: both;
}

.zenleft {
  float: left;
}
.zencenter {
  float: none;
  text-align: center;
}
.zenright {
  float: right;
}
.padding {
  padding: 20px;
  background: #fafafa;
  margin-bottom: 12px;
}
.nosidebar #main {
  width: 100%;
}