.layout-main-content {
  width: 70%;
  float: left;
}
.layout-main-content-no-sidebar {
  width: 100%;
  float: none;
  clear: both;
}
.layout-right-sidebar {
  width: 25%;
  float: right;
}
#footer{
  clear: both;
}
