/* 960px CSS Document */
@media only screen and (max-width:959px) {
  /*NO Drop Shadows and NO rounded corners less than 960px wide*/  
#wrapper { 
	position:static;
	background-color:#FFF;
	display:block;
	max-width:959px;
	min-width:768px;
	margin: auto;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	border: solid 0px #000;
	
}

.mobileToggle1 {
display:inline;
}

	
}