@page {
  size: A4 portrait;
}

@page :left {
  margin-left: 2cm;
}

@page :right {
  margin-left: 2cm;
}

nav, #strassenliste, #baumliste, #protokollliste, h2, #entwurf_check, label[for="entwurf_check"], #speichern, hr, #georef{
	display: none!important;
}

.row{ border: none!important; padding: 0.2cm; background: none!important; }

.container .sixteen.columns{ width: 100%!important; }
.container .four.columns{ width: 23%; }
.container .one-third.column{ width: 30%; }
.container .two-thirds.column{ width: 63%; }

.ui-button{ display: none; }
.ui-state-active{ display: block; }

::-webkit-input-placeholder { /* WebKit browsers */
   color: transparent;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: transparent;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: transparent;
}