@media all and (max-width: 900px) {
#sidebarContainer {
	width: 100%;
	float: none;
}
#contentContainer #content {
	width: 90%;
	float: none;
	padding-left: 5%;
	padding-right: 5%;
}
#sidebarContainer #sidebar {
	width: auto;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 25px;
}
/* corners off */
 #sidebarContainer{
  border-top-left-radius:0px !important;
  -webkit-border-top-left-radius:0px !important;
  border-top-right-radius:0px !important;
  -webkit-border-top-right-radius:0px !important;
}
#content{
   border-bottom-left-radius:0px !important;
  -webkit-border-bottom-left-radius:0px !important;
  border-bottom-right-radius:0px !important;
  -webkit-border-bottom-right-radius:0px !important;
 }

}