/* ipad */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
 {
	.input_datum              {width:80px  !important;}
	.input_uhrzeit            {width:50px  !important;}
	.input_einsatzort         {width:100px !important;}
	.input_kilometerfahrer    {width:40px  !important;}
	.input_kilometerbeifahrer {width:40px  !important;}
	.input_auslagen           {width:50px  !important;}
	.input_auslagensonstige   {width:50px  !important;}
}