html, body, #home {
  overflow: hidden;
}
html #main #mainContent, body #main #mainContent, #home #main #mainContent {
  height: calc(100vh - 178px);
  overflow-y: scroll;
}
html #main #sideBar, body #main #sideBar, #home #main #sideBar {
  height: calc(100vh - 178px);
  overflow-y: scroll;
}
html #main #sideBar #sideBarMain, body #main #sideBar #sideBarMain, #home #main #sideBar #sideBarMain {
  padding-bottom: 80px;
}
html #footer, body #footer, #home #footer {
  display: none;
}
.entrylistTitle, .PostListTitle, .thumbTitle{
  padding-left: 30px;
}