#container {
	max-width: 892px;
}

@media only screen and (max-width: 892px) {

#extraContainer1 {
	border-top-style: none !important;
}

#container { /* if border is active */
	border-right-style: none !important;
	border-left-style: none !important;
	border-bottom-style: none !important;
}

#container {
	margin-bottom: 0;
}


#topnav {
   border-radius:0px !important;
  -webkit-border-radius:0px !important;
  -moz-border-radius:0px !important;
}
}