@page  
{ 
    size: auto;   /* auto is the initial value */ 
    /* this affects the margin in the printer settings */ 
    margin: 57mm 34mm 20mm 34mm;  
} 

.dm_title { display: none; } 


body.dm_print 
{
	font-size: 12px;
}

.dm_print table.daily_menu  td {
	padding: 0 0 0 0;
	border: none;
}

.dm_print table.daily_menu tr.day td {
	font-size: 12px;
	line-height: 13px;
}

.dm_print table.daily_menu tr.day td {
	padding-top: 10px;
	padding-bottom: 4px;
}

.dm_print table.daily_menu tr.week td {
	padding-bottom: 4px;
	padding-top: 0px;
}

.dm_print table.daily_menu tr.week div.week_date {
	font-size: 14px;
	line-height: 17px;
}
.dm_print table.daily_menu tr.week div.week_time {
	font-size: 12px;
	line-height: 14px;
}
