#home {
  margin: 0 auto;
  width: 88%;
}

#mainContent {
  min-height: 200px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  float: left;
  width: 78%;
  background: #fff;
  /* margin-right: -30%; */
}

#sideBarMain {
  margin-top: 45px;
}