@media only screen and (max-width: 600px) {
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
 
  float: left;
  min-width: 100%;
  padding: 5px 0 0 25px  ;
  font-size: 16px;
  text-align: left;
  list-style: none;   
}
	.dropdown-menu li{padding:7px 0; }
	.dropdown-menu {position:relative;}

h1,h2,h3,h4{line-height: 1.5em;}

.top{
  padding: 5px 0 0 5px;
} 
  
}
 