@charset "ISO-8859-1"; /* Print Style sheet definitions for the openGPS(R) website */ /* Copyright by Dr. Georg Wiora, 08-Nov-2007 */ /* This stylesheet is licensed under GPL 3.0 or newer */ /* Basic font size */ p,ul,li { font-size:11pt; } /* Page table size */ .pagetable { table-layout: fixed; width: 100%; padding-left:0px; padding-right:0px; } .column1 { width:50%; padding-left:0px; padding-right:4mm; } .column2 { width:50%; padding-left:4mm; padding-right:0px; }