#mainBody {
padding-left: 0px; !important
}

#side {
  float: left;
  width: 25%;
}
#main {
  float: left;
  width: 55%;
}

#pageBottom1 {
  display:none;
}
#pageBottom2 {
 padding: 15px 0px;
}

/* Style the top navigation bar */
#topnav {
  overflow: hidden;
  background-color: #0c733b;
}

/* Style the topnav links */
#topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

@media only screen and (max-width: 629px) {
  /* for widths less than or equal to 629 pixels */
  #side {
    float: none ;
    width: 80% ;
  }
  #main {
    float: none ;
    width: 80% ;
  }
} 