/* top menu page */
div.top-menu-page h1 { border-bottom: 1px dashed; }
div.top-menu-page p { text-align: left; }

/* 960 */
@media screen and (min-width: 961px) {
	div.top-menu-page h1 { font-size: 1.9em; margin-bottom: 40px; }
}

/* 800 */
@media screen and (min-width: 791px) and (max-width: 960px) {
	div.top-menu-page h1 { font-size: 1.9em; margin-bottom: 40px; }
}

/* 600 */
@media screen and (min-width: 591px) and (max-width: 790px) {
	div.top-menu-page h1 { font-size: 1.9em; margin-bottom: 20px; }
}

/* 480 */
@media screen and (min-width: 471px) and (max-width: 590px) {
	div.top-menu-page h1 { font-size: 1.9em; margin-bottom: 20px; }
}

/* 320 */
@media screen and (min-width: 0px) and (max-width: 470px) {
	div.top-menu-page h1 { font-size: 1.9em; margin-bottom: 20px; }
}
