@media screen and (max-device-width: 480px), screen and (max-width: 700px){

body {
	background-image: none;
   -webkit-text-size-adjust:none;
   font-size: small;
}


h1 {
	clear: both;
}

h2 {
	font-size: medium;
}

#Content, h3 {
	font-size: small;
	top: 220px;
}

div.highlight {
  width:90%;
  font-size: x-small;
}

#menuh-container {
	width: 100%;
	top: 170px;
	left: 0px;
	font-size: x-small;
}

#menuh ul  {
    -webkit-box-shadow:  none;		
}

#menuh a {
	padding: 1em 0.5em 1em 0.5em;
}

div.confChair {
	padding-left: 1em;
}

#Header {
	font-size: 140%;
	text-align: center;
	background-position: center bottom;
	height:55px;
	padding: 20px 0px 50px 0px;
}

#Header a {
	padding: 0px;
	line-height: 1em;
}

p.intro {
	clear: both;
}

div.member {
	font-size:x-small;
	height: 11em;
	width: 275px;
}

}    
