/* This import is redundant, but needed for the printing icon to work */
@import url(index.css);



/* Note: I should investigate A4 margins, etc... */
/*@page { size: 21cm 29.7cm portrait; margin: 0; padding: 0; }*/

/* Now, I hide stuff and adjust the rest :) */
html { padding: 0; }

body {
  position: absolute;
  margin: 0;
  max-width: 100%;
  min-width: 100%;
  
  border: none;
  /*color: red;*/
}

#header { display: none; }
#toolbar, #column { top: 10px; }
