#logo {
	display:none;
}
nav {
	*display:none;
}

@media screen and (max-width:1000px) {
	#legtitle,
	#reportDate,
	#frequency {
		text-align:center;
		margin-left:auto;
	}
	#legtitle {
		padding-top:10px;
	}
}

@media screen and (max-width:900px) {
	#legtitle,
	#reportDate,
	#frequency {
		margin-left:auto;
	}
}

@media screen and (max-width:700px) {
	#legtitle,
	#reportDate,
	#frequency {
		margin-left:auto;
	}
}

@media screen and (max-width:500px) {
	#legtitle,
	#reportDate,
	#frequency {
		margin-left:auto;
	}
  #frequency {
    height:18px;
    line-height:18px;
  }
}