.text-32px{
	display:inline-block;
	font-size: 32px!important;
    line-height: 39px!important;
}

.text-26px{
	display:inline-block;
	font-size: 26px!important;
    line-height: 34px !important;
}

.text-22px{
	line-height: 30px;
	display:inline-block;
	font-size: 22px!important;
}

body.toplevel_page_mittagsmenu form{
	max-width: 1000px;
}

body.toplevel_page_mittagsmenu textarea.above{
	margin-bottom: 20px;
	display:block;
	width:99%
}

@media (max-width: 600px) {
	.text-32px{
		font-size: 26px!important;
        line-height: 32px!important;
	}
	
	.text-26px{
		font-size: 22px!important;
        line-height: 28px!important;
	}
	
	.text-22px{
		line-height: 24px!important;
		font-size: 18px!important;
	}
}